forked from LouisGAUTHIER2/SiteColle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 1.4 KB
/
Copy pathindex.html
File metadata and controls
35 lines (34 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang = "fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Khôlle Aléatoire</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
<script async src="script.js"></script>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<div id="DivIntro">
<h1 id="TitreIntro">Petit générateur de colle aléatoire</h1>
<p id="TexteIntro">Utiliser ce site pour vous entraîner. Si vous voulez contribuer au site aller sur le <a id="refGitHub" href="https://github.com/LouisGAUTHIER2/SiteColle">github</a></p>
<button id="ButDebuter1">Colle n°1</button>
<button id="ButDebuter2">Colle n°2</button>
</div>
<div id="DivExo" hidden>
<img id="ImgConsigne" src="" hidden/>
<img id="ImgSolution" src="" hidden/>
</div>
<p id="TextTauxReussite" hidden></p>
<button id="ButRedo" hidden>Refaire ?</button>
<div id="DivDemanderSolu" hidden>
<button id="ButValider">Valider</button>
</div>
<div id="DivResultat" hidden>
<button id="ButReussi">Réussi</button>
<button id="ButEchec">Echec</button>
</div>
</body>
</html>