Socialify

Folder ..

Viewing index.html
14 lines (14 loc) • 371.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<html>
    <head>
        <title>Snake by Lucifer</title>
        <link rel="stylesheet" href="canvas.css">
        <script src="script.js"></script>
    </head>
    <body>
        <h3>Snake</h3>
<canvas id="stage" height="480" width="720"></canvas>
        <br><br>
        <a href="game.html">New Game</a>
        <a href="credits.html">Credits</a>
    </body>
</html>