-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (63 loc) · 1.75 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8"/>
</head>
<body>
<div class="tableau">
<div class="intro">
Bienvenue sur l'Être-Machine des Grands Moulins, L'HYDRA.
</div>
<div class="content">
<div class="button-box" style="font-family:VT323 ; letter-spacing:2px">
<a href="https://hydra.youandjerrycan.org/typical-page.html">le grimoire des URLs</a>
</div>
<div class="button-box" style="font-family:'Inknut Antiqua', serif; line-height:43px; font-size: 34px; font-weight:700">
en savoir plus
</div>
<!--div class="button-box">
yo
</div-->
</div>
<div class="logo-box">
<div class="button-box-small">
<a href="https://www.facebook.com/festivaldesidees/home" target="_blank">
<img src="images/uspc_logo.svg"></a>
</div>
<div class="button-box-small">
<a href="http://youandjerrycan.org/" target="_blank">
<img src="images/jerry_logo.svg"></a>
</div>
<div class="button-box-small">
<a href="http://lesanimauxdufutur.net/" target="_blank">
<img src="images/adf.svg"></a>
</div>
<div class="button-box-small">
<a href="http://bibliotheque.univ-paris-diderot.fr/bc" target="_blank">
<img src="images/bgmlogo.svg"></a>
</div>
<div class="button-box-small">
<a href="http://www.univ-paris-diderot.fr/sc/site.php?bc=accueil&np=accueil" target="_blank">
<img src="images/paris7_logo.svg"></a>
</div>
</div>
</div>
<div class="footer-1">
<div class="footer-button">
l'hydra
</div>
<div class="footer-button">
Le grimoire
</div>
<!--div class="button">
heure
</div>
<div class="button">
heure
</div-->
<div class="footer-button">
heure
</div>
</div>
</body>
</html>