-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (26 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta property="og:title" content="devOS: Sanity Edition" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devos.one" />
<meta property="og:image" content="https://raw.githubusercontent.com/devOS-Sanity-Edition/devos-sanity-edition.github.io/main/images/thumbnail.png" />
<meta property="og:description" content="the weird devOS website." />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://devos.community">
<meta property="twitter:title" content="devOS: Sanity Edition">
<meta property="twitter:description" content="the weird devOS website.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/devOS-Sanity-Edition/devos-sanity-edition.github.io/main/images/thumbnail.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#00a86b">
<title>devOS: Sanity Edition</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>