|
@@ -13,10 +13,8 @@
|
|
<div class='text'>
|
|
<div class='text'>
|
|
<h1 id="h1">Connect 4</h1>
|
|
<h1 id="h1">Connect 4</h1>
|
|
<br>
|
|
<br>
|
|
- <h3 id='h3'>If you have issues, e-mail ryan.satur@protonmail.com for technical support.</h3>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-<br>
|
|
|
|
<button onclick="start_game();" class='button' id='button'>Start Game</button>
|
|
<button onclick="start_game();" class='button' id='button'>Start Game</button>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
@@ -25,8 +23,6 @@
|
|
|
|
|
|
let button = document.getElementById("button");
|
|
let button = document.getElementById("button");
|
|
let h1 = document.getElementById("h1");
|
|
let h1 = document.getElementById("h1");
|
|
- let h3 = document.getElementById('h3');
|
|
|
|
- h3.remove()
|
|
|
|
h1.remove();
|
|
h1.remove();
|
|
button.remove();
|
|
button.remove();
|
|
|
|
|
|
@@ -518,4 +514,4 @@
|
|
</script>
|
|
</script>
|
|
</body>
|
|
</body>
|
|
|
|
|
|
-</html>
|
|
|
|
|
|
+</html>
|