This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.5 KB
/
index.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
<html>
<head>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div id="login"></div>
<noscript>Activez Javascript!</noscript>
<p>
Ce site va être remplacer par une version Angular, car en JS pure, Firebase fonctionne mal<br/> Ce site est un défi que je me suis lancer:<br/> Faire un site qui me sert de support visuel pour du Jeu de Rôle (Vampire: The Masquerade), mais me
restreindre a ne pas utiliser de framework. <br/> Si vous êtes un recruteur, ce site vous permet également de voir mes compétences en Js sans framework, et principalement avec les librairies Leaflet et Firebase.
</p>
<div id="window">
<h1>Qu'est ce qui vous interresse?</h1>
<button onclick="window.location='map.html?GBN'">V:TM Grenoble by night</button>
<br/><br/>
<button onclick="window.location='create.html'">Créer une base</button>
<br/><br/>
<button onclick="window.location='update.html'">Update une base</button>
<br/><br/>
</div>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/6.4.1/firebase-app.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/6.4.1/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/6.4.1/firebase-database.js"></script>
<script src="./firebaseConf.js"></script>
<script src="login.js"></script>
</body>
</html>