-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.05 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.05 KB
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
<html>
<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=Rubik&display=swap" rel="stylesheet">
<title>OwnMusic</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="styles/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="index.js"></script>
</head>
<body>
<!--header-->
<nav id="navbar">
<h1 id="title">OwnMusic</h1>
</nav>
<!--main-->
<div id="slogan-container">
<h1 id="slogan">Goditi la tua musica preferita</h1>
<h3 id="raccomandation">Collegati al tuo account Spotify e divertiti</h3>
</div>
<!--form-->
<div class="input-container">
<button class="submit-button" id="login"><a href="http://localhost:5500/login">Login</a></button>
</div>
</body>
</html>