Skip to content

Commit

Permalink
Update game.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Muaath5 authored Jan 8, 2025
1 parent 7aa9d9a commit 26cd438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Falling Sambosas</title>
<meta name="description" content="Basic offline game based on a MRB3 problem on codeforces">
<meta name="keywords" content="mrb3, MRB3, MRB#, falling-sambosas, plummeting-sambosas, offline-game">
<link rel="stylesheet" href="/FallingSambosas/css/game.css">
<link rel="stylesheet" href="/css/game.css">
</head>
<body>
<div id="sky">
Expand Down Expand Up @@ -42,6 +42,6 @@ <h3>Time: <code id="time"></code></h3>
<button onclick="start()">Start Simulation</button>
</div>

<script src="./js/game.js"></script>
<script src="/js/game.js"></script>
</body>
</html>
</html>

0 comments on commit 26cd438

Please sign in to comment.