-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpopup.html
More file actions
25 lines (24 loc) · 1.09 KB
/
Copy pathpopup.html
File metadata and controls
25 lines (24 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SPOT</title>
<script src = "frontend-js/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!-- <h1 id="spot-title">SPOT</h1> -->
<img id="spot-logo-title" src="./images/spot_title.png" alt="SPOT Logo" width="350px" height="120px">
<p id="made-by"><i>made by <a id="made-by-link" href="https://www.linkedin.com/in/schezeenfazulbhoy/" target="_blank">schezeen fazulbhoy</a></i></p>
<p id="spot-intro"><i>spotted</i> a song on the world wide web? add it to your cross-platform playlists on the <i>spot!</i></p>
</br>
<a class="btnWrap-spotify btn-spotify" id='sign-in' href="#">
<span>SPOTIFY</span>
</a>
<a class="btnWrap-apple btn-apple" disabled id='sign-in-apple' href="#">
<span>APPLE MUSIC</span>
</a>
<script src="frontend-js/popup.js"></script>
</body>
</html>