exo2
This commit is contained in:
35
R4.01_R4.A.10/td_tp/tp4/src/ex2/foxes.html
Normal file
35
R4.01_R4.A.10/td_tp/tp4/src/ex2/foxes.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"
|
||||
>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div id="loader" ></div>
|
||||
|
||||
<hgroup>
|
||||
<h4>Foxes</h4>
|
||||
<p>Le but est de tuer tous les renards en minimisant le nombre de coups joués.</p>
|
||||
</hgroup>
|
||||
<p id="message"></p>
|
||||
<article>
|
||||
<div class="board">
|
||||
</div>
|
||||
</article>
|
||||
<form>
|
||||
<fieldset role="group">
|
||||
<input type="text" name="size" placeholder="Size">
|
||||
<input type="text" name="foxes" placeholder="Foxes">
|
||||
<input type="submit" value="New Game">
|
||||
</fieldset>
|
||||
</form>
|
||||
</main>
|
||||
<script type="module" src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user