-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfavorites.html
More file actions
30 lines (24 loc) · 1012 Bytes
/
favorites.html
File metadata and controls
30 lines (24 loc) · 1012 Bytes
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
<head>
<link rel="stylesheet" href="./style.css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap">
</head>
<body style="width: 300px; max-width: 300px;max-height: 500px;min-height: 300px;background-color: rgb(33, 33, 33);color: white;">
<section id="return" style="margin-bottom: 20px;margin-top: -9px;margin-left: -7.5px;">
<div>
<a href="main.html" style="color: whitesmoke;text-decoration: none;">
<img src="./images/BackDark.png" style="width: 25px;height: 25px;">
</a>
</div>
</section>
<h1 id="QAH">Quick Access:</h1>
<br>
<br>
<div id="favorites-container">
</div>
<button id="clear-all-favorites">
<img src="./images/trash.png">
</button>
<script src="./Favorites/favorites.js"></script>
</body>