changed index -> replaced the "yeet" in the navbar before loading the page
This commit is contained in:
parent
bb3c27bd40
commit
4ba97ce5e9
12
index.html
12
index.html
@ -7,12 +7,12 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<ul>
|
<ul>
|
||||||
<li id = highScore>yeet</li>
|
<li id = highScore>Highscore: 0</li>
|
||||||
<li id="turnTotal">yeet</li>
|
<li id="turnTotal">Game-Turn: 0</li>
|
||||||
<li id="turnPlayer">yeet</li>
|
<li id="turnPlayer">Player-Turn: O</li>
|
||||||
<li id="scoreCounter">yeet</li>
|
<li id="scoreCounter">Score counter: 100</li>
|
||||||
<li id="scoreX">yeet</li>
|
<li id="scoreX">Score X: 0</li>
|
||||||
<li id="scoreO">yeet</li>
|
<li id="scoreO">Score O: 0</li>
|
||||||
<li><a href="index.html">Reset</a></li>
|
<li><a href="index.html">Reset</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<table id="gameTable" class="game">
|
<table id="gameTable" class="game">
|
||||||
|
Loading…
Reference in New Issue
Block a user