-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (29 loc) · 1.01 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Acceuil</title>
<link rel="stylesheet" href="../styles/home.css">
<link rel="stylesheet" href="../styles/style.css">
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
</head>
<body>
<div class="bulle1"></div>
<div class="bulle2"></div>
<div class="bulle3"></div>
<div class="bulle4"></div>
<div class="bulle5"></div>
<div id="header"></div>
<section>
<div class="pic"><img src="../images/landing-page-girl 1.png">
</div>
<div class="text">
<h1>Feel the music</h1>
<p>Stream over 20 thousand songs in one click.</p>
<button><a href="../pages/comments.html">Join now</a></button>
</div>
</section>
<script src="./script.js"></script>
</body>
</html>