forked from franck403/geoloup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.29 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
35
36
37
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Geoloup Team</title>
</head>
<body>
<div class="navBar" id="NavBar"></div>
<div class="titre">
<h1>Geoloup Team</h1>
</div>
<div class="text">
<h1 class="texta">project : </h1>
</div>
<div class="bouton">
<a class="btn" alt="loowriter" href="https://github.geoloup.com/">
loowriter
</a>
<a class="btn" alt="Ic-hat" href="https://chat.geoloup.com">
IC-hat
</a>
<a class="btn" alt="Ic-hat" href="https://kanawa.fr/?from=GL-team&beta=True">
Kanawa
</a>
<a class="btn" alt="Ic-hat" href="https://github.com/Geoloup/raspberry_control">
raspberry wireless control
</a>
<a class="btn" alt="Ic-hat" href="https://github.com/Geoloup/pyact">
Pyact Python Framework
</a>
</div>
<script src="https://geoloup.com/navbar.js"></script>
</body>
</html>