Socialify

Folder ..

Viewing credits.html
11 lines (11 loc) • 302.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<html>
    <head>
        <title>Snake - Credits</title>
    </head>
    <body>
        <h1>Snake by LuciferReeves</h1>
        <br>
        <p>Snake game designed by <a href="https://github.com/luciferreeves">luciferreeves</a></p>
        <a href="index.html">Start a new Game</a>
    </body>
</html>