diff options
| author | Kumar Priyansh <[email protected]> | 2018-01-18 13:08:31 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-18 13:08:31 +0530 |
| commit | f58d0e4bf5aa312ef879949cf72143488c8196c8 (patch) | |
| tree | af431f7cc23828c2625ff8f155a6051c05a64d3b | |
| parent | 552e9c54de7f0af79159d4f7df08ff27fb9e1f3a (diff) | |
| download | SnakeGame-master.tar.xz SnakeGame-master.zip | |
| -rw-r--r-- | credits.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/credits.html b/credits.html index abde925..e18f419 100644 --- a/credits.html +++ b/credits.html @@ -6,6 +6,6 @@ <h1>Snake by LuciferReeves</h1> <br> <p>Snake game designed by <a href="https://github.com/luciferreeves">luciferreeves</a></p> - <a href="game.html">Start a new Game</a> + <a href="index.html">Start a new Game</a> </body> -</html>
\ No newline at end of file +</html> |
