-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (31 loc) · 1.58 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
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LBee</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<section class="one">
<div class="first_page">
<h3 class="neon" data-text="U">L<span class="flicker-slow">B</span>E<span class="flicker-fast">E</span></h1>
<a target="_blank" href="https://ginovalton.fr/lbee/carte.pdf"><h1 class=button_1>La Carte</h1></a>
<a target="_blank" href="https://www.instagram.com/l.beebar/"><h1 class=buttons>Instagram</h1></a>
<a target="_blank" href="https://www.facebook.com/LBee.bar/"><h1 class=buttons>Facebook</h1></a>
</div>
</section>
</div>
<footer>
<p class="footer_index">Created with <span style="color: #ff0000">♥</span> by <a id="a_footer" href="https://ginovalton.fr">ginovalton.fr</a></p>
<p class="footer_index">Take care.</p>
</footer>
</body>
</html>