-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cinquieme_jeu.html
43 lines (35 loc) · 1.13 KB
/
cinquieme_jeu.html
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
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Geotribu - Le pendu</title>
<link rel="stylesheet" media="all" title="style de la page" href="./lib/quiz/css/afficher_cacher_div.css" />
<script type="text/javascript" src="./lib/quiz/afficher_cacher_div.js"></script>
<script src="./lib/quiz/quiz.js" type="text/javascript"></script>
</head>
<body>
<div class="buchstabenraten-quiz" lang="fr">
<table>
<tr>
<td>Topographie</td>
</tr>
<tr>
<td>Carte</td>
</tr>
<tr>
<td>Geotribu</td>
</tr>
<tr>
<td>Semiologie</td>
</tr>
<tr>
<td>Webmapping</td>
</tr>
</table>
</div>
<div>
<input type="image" src="https://cdn.geotribu.fr/img/geogames/recharge.png"
Onclick="javascript:window.history.go(0)">
</div>
</body>
</html>