add meta charset to the example html

This commit is contained in:
2017-10-03 23:49:33 +02:00
parent 62daed861d
commit e70aa3b378
+1
View File
@@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="utf-8">
<title>Konami code example</title> <title>Konami code example</title>
<script src="konami.js"></script> <script src="konami.js"></script>