You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="fr">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Morpion p2</title>
|
|
<link rel="stylesheet" href="css.css">
|
|
<script type="text/javascript" src="js.js"></script>
|
|
</head>
|
|
|
|
<body onload="affichage()">
|
|
<header>
|
|
<h1>Morpion</h1>
|
|
</header>
|
|
<div class="messages" id="messages">
|
|
<h2></h2>
|
|
</div>
|
|
<div class="instructions" id="instructions">
|
|
<p>Click in a box to play</p>
|
|
</div>
|
|
<div class="container">
|
|
|
|
<input></input required pattern="banane|cerise">
|
|
<input></input>
|
|
<input></input>
|
|
<br>
|
|
<input></input>
|
|
<input></input>
|
|
<input></input>
|
|
<br>
|
|
<input></input>
|
|
<input></input>
|
|
<input></input>
|
|
</div>
|
|
<button onclick="verifier(document.getElementById("in").value)">Valider</button>
|
|
|
|
|
|
<br> <button class="reset">Rénisitalisation</button>
|
|
</body>
|
|
|
|
|
|
</html>
|
|
|
|
|
|
|