-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeoEscape_jeu.html
31 lines (31 loc) · 1.01 KB
/
GeoEscape_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
<!DOCTYPE html>
<!--CE FICHIER EST LA PAGE OU SE DEROULE LE JEU-->
<html lang="fr">
<head>
<link rel="stylesheet" href="GeoEscape_jeu.css">
<meta charset="UTF-8">
<title> GeoEscape </title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
crossorigin=""></script>
</head>
<header>
<h1>GeoEscape</h1>
</header>
<body>
<div id="map"></div>
<div class="fenetre"> <!-- inventaire -->
<p id="title">Inventaire</p>
<img src="" class="o1" id=1></img>
<img src="" class="o2" id=2></img>
<img src="" class="o3" id=3></img>
<img src="" class="o4" id=4></img>
</div>
<script src="GeoEscape_jeu.js"></script>
<footer>
<p>joueur en partie :</p>
</footer>
</body>