-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
35 lines (28 loc) · 1.31 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" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PostgreSQL Playground | Datawan Labs</title>
<meta name="description"
content="In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="PostgreSQL WASM Playground | Datawan Labs" />
<meta property="og:description"
content="In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)" />
<meta property="og:image" content="https://pg.datawan.id/og.png" />
<meta property="og:url" content="https://pg.datawan.id" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@jfrAziz" />
<meta name="twitter:image" content="https://pg.datawan.id/og.png" />
<meta property="twitter:title" content="PostgreSQL WASM Playground | Datawan Labs" />
<meta property="twitter:description"
content="In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)" />
</head>
<body>
<div vaul-drawer-wrapper="" id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>