-
Notifications
You must be signed in to change notification settings - Fork 83
/
index.html
28 lines (25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="theme-color" content="#e600a4" />
<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="Powerful graphical SurrealDB query playground and database explorer, available for web and desktop ⚡">
<meta name="twitter:card" content="content">
<meta name="twitter:title" content="Surrealist">
<meta name="twitter:image" content="https://raw.githubusercontent.com/surrealdb/surrealist/main/.github/branding/banner.png">
<meta name="og:title" content="Surrealist">
<meta name="og:type" content="website">
<meta name="og:description" content="Powerful graphical SurrealDB query playground and database explorer, available for web and desktop ⚡">
<meta name="og:image" content="https://raw.githubusercontent.com/surrealdb/surrealist/main/.github/branding/banner.png">
</head>
<body>
<div id="root"></div>
<script src="./src/startup/surrealist.tsx" type="module"></script>
</body>
</html>