-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.45 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
36
37
38
39
<!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" />
<meta name="color-scheme" content="light dark" />
<title>IsoLib recolouriser</title>
<meta
name="description"
content="A portfolio & tech demo of isometric art, showing the power of vector graphics."
/>
<meta property="og:site_name" content="IsoLib recolouriser" />
<meta property="og:title" content="IsoLib recolouriser" />
<meta
property="og:description"
content="A portfolio & tech demo of isometric art, showing the power of vector graphics."
/>
<meta property="og:url" content="https://isolib.kyd.au/" />
<meta property="og:image" content="/screenshot.webp" />
<meta
property="og:image:alt"
content="A screenshot of the application showing the user interface and an example artwork"
/>
<meta name="fediverse:creator" content="@[email protected]" />
<meta name="referrer" content="origin-when-cross-origin" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" sizes="192x192" href="/favicon.png" />
<meta name="apple-mobile-web-app-title" content="IsoLib" />
<meta name="apple-mobile-web-app-capable" content="yes" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>