-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.16 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title id="title">TimelyTimer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" >
<link href="css/style.css" 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=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- <nav>
<u class="nav__links">
<li><h1 id="logo">TimelyTimer.com</h1></li>
<li><span data-open-settings class="material-symbols-rounded">Settings</span></li>
<li><a href="#">Something</li>
<li><a href="#">Nice</a>></li>
</ul>
</nav> -->
<div class="timer prevent__selection"></div>
<!-- <dialog data-settings>
<span>Settings</span>
</dialog> -->
<script src="js/script.js" type="module"></script>
</body>
</html>