-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (49 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/storage/home-page.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BTP - Better Than Paint</title>
<!--
Made By:
- NICOLAS ALARY
- DOUNIA MESSAOUI
- AHAMADI BEN IZAK
- LUCAS BERMONVILLE
- LUCAS VANESSCHE
-->
</head>
<div class="bg"></div>
<body>
<div class="navbar">
<img
src="https://images.vexels.com/media/users/3/214871/isolated/preview/0250457bdcf7130ebe96e4caf6d71e12-paint-brush-stroke-icon.png"
class="logo"
/>
<ul>
<li>
<a
href="https://github.com/PANIGE/hetic-project-paint"
target="_blank"
>Github</a
>
</li>
</ul>
</div>
<div class="content">
<h1 class="welcome-header">
<span class="letter">B</span><span class="letter">ETTER <br /> </span>
<span class="letter">T</span><span class="letter">HAN </span>
<span class="letter">P</span><span class="letter">AINT</span>
</h1>
<p>to save humanity from paint</p>
<div>
<a href="/app.php" id="page-link" type="button">
<div>BEGIN</div>
</a>
</div>
</div>
<div class="banner"></div>
</body>
</html>