-
Notifications
You must be signed in to change notification settings - Fork 87
/
index.html
34 lines (28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="theme-color" content="#d500c6" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="author" content="SurrealDB Ltd">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<base target="_blank" rel="noopener noreferrer" />
<title>Surrealist</title>
<!-- Twitter Cards & Open Graph -->
<meta name="description" content="Surrealist is the ultimate way to visually manage your SurrealDB database">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@SurrealDB">
<meta name="twitter:title" content="Surrealist">
<meta name="twitter:image"
content="https://raw.githubusercontent.com/surrealdb/surrealist/main/.github/images/thumbnail.jpg">
<meta name="og:title" content="Surrealist">
<meta name="og:type" content="website">
<meta name="og:description" content="Surrealist is the ultimate way to visually manage your SurrealDB database">
<meta name="og:image"
content="https://raw.githubusercontent.com/surrealdb/surrealist/main/.github/images/thumbnail.jpg">
</head>
<body>
<div id="root"></div>
<script src="/src/startup/surrealist.tsx" type="module"></script>
</body>
</html>