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.
19 lines
467 B
19 lines
467 B
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="fr">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Morpion</title>
|
|
<link rel="stylesheet" href="css.css">
|
|
<script type="text/javascript" src="js.js"></script>
|
|
</head>
|
|
<body onload="sdf()">
|
|
<h1><button onclick="creerPartie()">Créer partie</button></h1>
|
|
<h1><input type="b" name="sdf" placeholder="Mettre id de la partie"><button>Rejoindre</button></h1>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|