Add charset meta tag

This commit is contained in:
Jordan Eldredge 2014-11-11 23:02:38 -08:00
parent e1330e3bdf
commit 90d1e862f8

View File

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>Winamp2-js</title> <title>Winamp2-js</title>
<meta charset="utf-8" />
<link rel='stylesheet' type='text/css' href='winamp.css' /> <link rel='stylesheet' type='text/css' href='winamp.css' />
</head> </head>
<body> <body>