-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (29 loc) · 1.24 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
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#17202A">
<title>sched • calendar</title>
<!-- Open Graph Metadata -->
<meta property="og:title" content="sched • calendar">
<meta property="og:description" content="utility to visualise your schedule">
<meta property="og:image" content="https://i.imgur.com/lD8UXni.png">
<meta property="og:url" content="https://thelittlewonder.github.io/sched/">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="sched">
<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="sched • calendar">
<meta name="twitter:description" content="utility to visualise your schedule">
<meta name="twitter:image" content="https://i.imgur.com/lD8UXni.png">
<meta name="twitter:url" content="https://thelittlewonder.github.io/sched/">
<meta name="twitter:creator" content="@lilwonderspeaks">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>