-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 712 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (19 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<title>Spotify</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://www.scdn.co/i/_global/favicon.png">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/login.css">
</head>
<body>
<div class="main-div index-div">
<button class="continue-button scale index-button"><a href="sites/login.html">Not a real spotify
site</a></button>
<p class="disclamer">This site <span>does not steal</span> any Spotify login/registration data! It's just a
school project</p>
</div>
</body>
</html>