-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
25 lines (18 loc) · 1.01 KB
/
popup.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
<html>
<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 href="https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap" rel="stylesheet">
<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=Quicksand:[email protected]&display=swap" rel="stylesheet">
</head>
<body style="min-width: 200px; min-height: 200px; justify-content: center;">
<h1 style="display: block; margin: 10 auto 5; text-align: center;">Prioritizer</h1>
<p style="display: block; margin: 5 auto 5; text-align: center;">Created by Cody Shamback</p>
<button id="helpButton" class="startButtons">Information</button>
<button id="createButton" class="startButtons">Create a new list</button>
<script src="popupScript.js"></script>
</body>
</html>