Initial code to build the structure of the page

This commit is contained in:
2025-08-27 11:47:11 -04:00
parent 710bdd45ac
commit 5e88b034ac
2 changed files with 52 additions and 0 deletions

View File

@@ -7,6 +7,12 @@
<link href="style.css" rel="stylesheet">
</head>
<body>
<p class="score-counter">Score: <span class="player-score">0</span></p>
<h1>WallyKazam Word Quiz</h1>
<img src="wally.webp"></img>
<div class="input-buttons">
<button class="correct">&check;</button> <button class="wrong">&cross;</button>
</div>
<script src="app.js"></script>
</body>
</html>