This repository was archived by the owner on May 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 2 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 2 KB
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
<!doctype html>
<html lang="sv">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" />
<title>Matteateljén – Matte möter konst!</title>
<meta name="description" content="Matteateljén – en rolig matteapp för barn. Öva addition, subtraktion, multiplikation och division med färgglada konstupplevelser!">
<meta name="theme-color" content="#e8567a" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Matteateljén" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="/icons/icon-192.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Matteateljén – Matte möter konst!">
<meta name="twitter:title" content="Matteateljén – Matte möter konst!">
<meta property="og:description" content="Matteateljén – en rolig matteapp för barn. Öva addition, subtraktion, multiplikation och division med färgglada konstupplevelser!">
<meta name="twitter:description" content="Matteateljén – en rolig matteapp för barn. Öva addition, subtraktion, multiplikation och division med färgglada konstupplevelser!">
<link rel="icon" type="image/png" href="/icons/icon-192.png">
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/e62d4dc1-ac5a-4241-a680-379a0e556212/id-preview-24259458--f62a7043-7953-4d41-b73c-74c7e2439eb0.lovable.app-1774551483579.png">
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/e62d4dc1-ac5a-4241-a680-379a0e556212/id-preview-24259458--f62a7043-7953-4d41-b73c-74c7e2439eb0.lovable.app-1774551483579.png">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>