Added character encoding tag to popup.html

This commit is contained in:
Said Achmiz 2019-02-02 17:57:31 -05:00
parent 62f613fab5
commit c75802cc08

View File

@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<title>AlwaysKillSticky</title> <title>AlwaysKillSticky</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<link rel='stylesheet' type='text/css' href='popup.css' /> <link rel='stylesheet' type='text/css' href='popup.css' />
<link rel='stylesheet' type='text/css' href='fonts.css' /> <link rel='stylesheet' type='text/css' href='fonts.css' />
</head> </head>