-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (28 loc) · 1.02 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>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link data-trunk rel="css" type="text/css" href="/style/index.css" />
<link data-trunk rel="tailwind-css" href="/style/tailwind.css" />
<link
href="https://fonts.googleapis.com/css2?family=Recursive&display=swap"
rel="stylesheet"
/>
<title>Concentric Time</title>
<link data-trunk rel="rust" data-wasm-opt="z" />
<meta name="title" content="Concentric Time" />
<meta
name="description"
content="A simple and fun way to view the time!"
/>
<meta
name="keywords"
content="time,circles,screensaver,rustlang,wasm"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
</head>
<body></body>
</html>