Skip to content

Commit

Permalink
Add html file to use it without node
Browse files Browse the repository at this point in the history
  • Loading branch information
mlainez committed Nov 27, 2011
1 parent e4a5a97 commit 8afd80a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions javascript/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<script type="text/javascript" src='./game.js'></script>
</head>
<body>
<h1>JBrains Legacy Code Retreat</h1>
<h3>Javascript implementation</h3>
<p>Use Chrome console or Firefox's firebug</p>
</body>
</html>

0 comments on commit 8afd80a

Please sign in to comment.