-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (37 loc) · 1015 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Raphaël Denni Webpage</title>
<link rel="icon" href="resources/images/favicon.png">
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<header>
</header>
<main>
<h1>Raphaël Denni</h1>
<p>A cookie fan developper</p>
<div id="bubble-0">
<div id="big-inner-bubble-0"></div>
<div class="inner-bubble"></div>
</div>
<div id="bubble-1">
<div id="big-inner-bubble-1"></div>
<div class="inner-bubble"></div>
</div>
<div id="bubble-2">
<div id="big-inner-bubble-2"></div>
<div class="inner-bubble"></div>
</div>
</main>
<footer>
<p>
<a href="./legal-notice.html">Legal notice</a>
|
© 2023 Raphaël Denni
</p>
</footer>
<script src="resources/js/script.js"></script>
</body>
</html>