Skip to content

Commit db8a216

Browse files
committed
feature: some social bits
1 parent e7d2754 commit db8a216

File tree

7 files changed

+199
-26
lines changed

7 files changed

+199
-26
lines changed

Diff for: assets/isotile-icon.svg

+135
Loading

Diff for: index.html

+34-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta name="color-scheme" content="light dark" />
8-
<title>Vite + Preact</title>
9-
</head>
10-
<body>
11-
<div id="app"></div>
12-
<script type="module" src="/src/index.jsx"></script>
13-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta name="color-scheme" content="light dark" />
8+
<title>IsoLib recolouriser</title>
9+
10+
<meta
11+
name="description"
12+
content="A portfolio & tech demo of isometric art, showing the power of vector graphics."
13+
/>
14+
15+
<meta property="og:site_name" content="IsoLib recolouriser" />
16+
<meta property="og:title" content="IsoLib recolouriser" />
17+
<meta
18+
property="og:description"
19+
content="A portfolio & tech demo of isometric art, showing the power of vector graphics."
20+
/>
21+
<meta property="og:url" content="https://isolib.kyd.au/" />
22+
<meta property="og:image" content="/screenshot.webp" />
23+
<meta
24+
property="og:image:alt"
25+
content="A screenshot of the application showing the user interface and an example artwork"
26+
/>
27+
<meta name="fediverse:creator" content="@[email protected]" />
28+
29+
<meta name="referrer" content="origin-when-cross-origin" />
30+
<link rel="manifest" href="/manifest.json" />
31+
<link rel="apple-touch-icon" sizes="192x192" href="/favicon.png" />
32+
</head>
33+
<body>
34+
<div id="app"></div>
35+
<script type="module" src="/src/index.jsx"></script>
36+
</body>
1437
</html>

Diff for: public/favicon.png

7.64 KB
Loading

Diff for: public/favicon.svg

+13
Loading

Diff for: public/manifest.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"short_name": "IsoLib",
3+
"name": "IsoLib",
4+
"icons": [
5+
{
6+
"src": "/favicon.png",
7+
"type": "image/png",
8+
"sizes": "512x512",
9+
"purpose": "any maskable"
10+
}}
11+
],
12+
"start_url": "/?utm_source=pwa",
13+
"background_color": "black",
14+
"display": "standalone",
15+
"scope": "/",
16+
"theme_color": "#0700aa"
17+
}

Diff for: public/screenshot.webp

43.6 KB
Binary file not shown.

Diff for: public/vite.svg

-15
This file was deleted.

0 commit comments

Comments
 (0)