Skip to content

Commit

Permalink
thias is stressful
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBooty165 authored Nov 10, 2024
1 parent 22c69d8 commit fd45dec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions games/100ng/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css?v=0.0.7"/>
<link rel="stylesheet" type="text/css" href="font/small_5x3.css?v=0.0.7"/>
<link rel="stylesheet" type="text/css" href="/styles.css?v=0.0.7"/>
<link rel="stylesheet" type="text/css" href="/font/small_5x3.css?v=0.0.7"/>
</head>
<main id="game">
<span id="a" class="score blink">00</span>
<span id="b" class="score">00</span>
<div class="ball"></div>
</main>
<script src="scripts/utils.js?v=0.0.7"></script>
<script src="scripts/client/paddle.js?v=0.0.7"></script>
<script src="scripts/client/index.js?v=0.0.7"></script>
<audio id="hitSound" src="sounds/blip.webm?v=0.0.7"></audio>
<audio id="goalSound" src="sounds/goal.webm?v=0.0.7"></audio>
<audio id="winSound" src="sounds/win.webm?v=0.0.7"></audio>
<script src="/scripts/utils.js?v=0.0.7"></script>
<script src="/scripts/client/paddle.js?v=0.0.7"></script>
<script src="/scripts/client/index.js?v=0.0.7"></script>
<audio id="hitSound" src="/sounds/blip.webm?v=0.0.7"></audio>
<audio id="goalSound" src="/sounds/goal.webm?v=0.0.7"></audio>
<audio id="winSound" src="/sounds/win.webm?v=0.0.7"></audio>
<script src="/js/main.js"></script>
</html>

0 comments on commit fd45dec

Please sign in to comment.