-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
30 lines (29 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="icon" href="/favicon.ico" />
<meta property="image" content="https://iot.openplotter.cloud/apple-touch-icon.png" />
<meta property="og:image" content="https://iot.openplotter.cloud/apple-touch-icon.png" />
<meta property="og:image:secure_url" content="https://iot.openplotter.cloud/apple-touch-icon.png" />
<title>PostgSail</title>
</head>
<body>
<div id="app">
<div
style="
background-image: url('/boat.gif');
background-position: center center;
background-repeat: no-repeat;
position: absolute;
height: 100%;
width: 100%;
"
></div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>