Untitled
unknown
html
3 years ago
812 B
3
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/style.css"> <script src="js/findlogo.js"></script> <title>LogoFinder</title> </head> <body> <div class="stats"> <button id="resetbtn">New Game</button> </div> <h1 class="title">Zoek het howest logo</h1> <div id="start-game"> <span>Aantal vakjes te genereren:</span> <input id="boxes" type="number" /> <button id="start-button">GO!</button> </div> <div class="row"> <!-- <div class="card"> <p class="big">?</p> </div> --> </div> </body> </html>
Editor is loading...