forked from ourtigarage/web-snake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
10 lines (10 loc) · 799 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Web - Snake</title>
<script src="js/snake.js"></script>
</head>
<body onload="start()" style="background-color: black">
<a href="https://github.com/ourtigarage/web-snake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<center><canvas id="game" width="550" height="550" style="background-color: white; height: 90%"></canvas></center>
</body>
</html>