changed index -> replaced the "yeet" in the navbar before loading the page

master
ElGurkus 4 years ago
parent bb3c27bd40
commit 4ba97ce5e9

@ -7,12 +7,12 @@
</head>
<body>
<ul>
<li id = highScore>yeet</li>
<li id="turnTotal">yeet</li>
<li id="turnPlayer">yeet</li>
<li id="scoreCounter">yeet</li>
<li id="scoreX">yeet</li>
<li id="scoreO">yeet</li>
<li id = highScore>Highscore: 0</li>
<li id="turnTotal">Game-Turn: 0</li>
<li id="turnPlayer">Player-Turn: O</li>
<li id="scoreCounter">Score counter: 100</li>
<li id="scoreX">Score X: 0</li>
<li id="scoreO">Score O: 0</li>
<li><a href="index.html">Reset</a></li>
</ul>
<table id="gameTable" class="game">

Loading…
Cancel
Save