Skip to content

Commit c329881

Browse files
committed
Merge branch 'el-maino' of https://github.com/rudey794/Slopify into el-maino
pull staging to el-maino
2 parents 81084e4 + 0d6c812 commit c329881

27 files changed

+703
-394
lines changed

games/snake.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Snake</title>
7-
<link rel="stylesheet" href="../static/css/snake.css" />
7+
<link rel="stylesheet" href="/static/css/snake.css" />
88
</head>
99
<body>
1010
<canvas width="400" height="400" id="game"></canvas>
11-
<script src="../static/js/snake.js"></script>
11+
<script src="/static/js/snake.js"></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)