-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewTab.html
31 lines (24 loc) · 880 Bytes
/
newTab.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
26
27
28
29
30
31
<html>
<head>
<meta charset="UTF-8" />
<title>👌 New Tab | Reminders by TBE</title>
<link rel="icon" href="TBE_FavIcon.png" type="image/png" sizes="16x16" />
<link rel="icon" type="image/jpg" href="TBE_FavIcon.png" sizes="16x16" type="image/icon" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="styles.css">
<!-- Manrope Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body>
<div id="main"></div>
<div id="CTADiv">
<b>
<p id="CTAText">//Stay healthy. <span id="tagLine"></span>.</p>
</b>
</div>
<div id="gif-wrap"></div>
</body>
<script src="script.js" type="text/javascript"></script>
</html>