-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (21 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" sizes="192x192">
<meta name="theme-color" content="#ffffff">
<title>Pan'n'Zoom</title>
<meta name="description" content="Pan'n'Zoom is a free web app, that allows you to animate panning and zooming within your images – within your browser! No account needed.">
<meta name="og:title" content="Pan'n'Zoom">
<meta name="og:description" content="Pan'n'Zoom is a free web app, that allows you to animate panning and zooming within your images – within your browser! No account needed.">
<meta name="og:image" content="https://pan-n-zoom.peter-kuhmann.de/og-image.png">
<script src="/cross-origin/embed.js"></script>
<script defer src="https://umami.peter-kuhmann.de/script.js" data-website-id="b42c52a8-ce18-4038-b36f-2cc9d347a3ca"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>