added js files header + added minified version

This commit is contained in:
2015-09-02 22:30:36 +02:00
parent 48f9a5ca16
commit b596edf4d7
4 changed files with 39 additions and 26 deletions
+3 -1
View File
@@ -3,7 +3,7 @@
<head>
<title>Konami code example</title>
<script src="konami.js"></script>
<script src="konami.min.js"></script>
<script>
konami(function () {
@@ -18,6 +18,8 @@
<p>You did not know that, did you? Well now you do. Also, ostrich is a fish.</p>
<p>Hint: the code is <code>↑↑↓↓←→←→BA</code></p>
</body>
</html>