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.
27 lines
673 B
27 lines
673 B
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="fr">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>SwishGame - GenCarte</title>
|
|
<link rel="stylesheet" href="css/base.css">
|
|
|
|
|
|
<script type="text/javascript" src="js/main.js"></script>
|
|
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<label>Nb colonne :</label>
|
|
<input type="text" id="colonne">
|
|
<label>Nb lignes :</label>
|
|
<input type="text" id="ligne">
|
|
<br>
|
|
<input type="submit" name="générer" value="Générer" onclick="generer()">
|
|
<br>
|
|
<h id="verif"></h>
|
|
<div id="conteneur">
|
|
</div>
|
|
</body>
|
|
</html> |