Skip to content

Commit

Permalink
Merge pull request #329 from LordDeatHunter/desloppify
Browse files Browse the repository at this point in the history
Desloppify
  • Loading branch information
Dishpit authored Jan 4, 2025
2 parents 28a47c3 + 3912ae9 commit 0d6c812
Show file tree
Hide file tree
Showing 27 changed files with 703 additions and 394 deletions.
4 changes: 2 additions & 2 deletions games/snake.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Snake</title>
<link rel="stylesheet" href="../static/css/snake.css" />
<link rel="stylesheet" href="/static/css/snake.css" />
</head>
<body>
<canvas width="400" height="400" id="game"></canvas>
<script src="../static/js/snake.js"></script>
<script src="/static/js/snake.js"></script>
</body>
</html>
Loading

0 comments on commit 0d6c812

Please sign in to comment.