-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (59 loc) · 3.18 KB
/
Copy pathindex.html
File metadata and controls
72 lines (59 loc) · 3.18 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta name="description"
content="Beautiful, interactive filament color browser for Spoolman. Browse, filter, and manage your 3D printing filament collection with ease. Track colors, materials, locations, and remaining weight." />
<meta name="keywords"
content="spoolman, filament, 3d printing, color browser, filament management, 3d printer, pla, petg, abs, material management, color palette, filament tracker" />
<meta name="author" content="Disane87" />
<meta name="theme-color" content="#15171f" />
<meta name="color-scheme" content="light dark" />
<!-- Canonical URL -->
<link rel="canonical" href="https://spoolswatch.disane.dev/" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Spool Swatch" />
<meta property="og:url" content="https://spoolswatch.disane.dev/" />
<meta property="og:title" content="Spool Swatch - Your 3D Printing Filament Color Browser" />
<meta property="og:description"
content="Beautiful, interactive filament color browser for Spoolman. Browse colors, filter by material, vendor, location, and find the perfect filament for your next 3D print!" />
<meta property="og:image" content="https://spoolswatch.disane.dev/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:logo" content="https://spoolswatch.disane.dev/favicon.svg" />
<meta property="og:locale" content="de_DE" />
<meta property="og:locale:alternate" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Disane87" />
<meta name="twitter:creator" content="@Disane87" />
<meta name="twitter:url" content="https://spoolswatch.disane.dev/" />
<meta name="twitter:title" content="Spool Swatch - 3D Printing Filament Color Browser" />
<meta name="twitter:description"
content="Browse, filter, and manage your 3D printer filament collection with an elegant interface. Track colors, materials, and locations." />
<meta name="twitter:image" content="https://spoolswatch.disane.dev/og-image.png" />
<!-- Additional SEO -->
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="google" content="notranslate" />
<meta property="twitter:image" content="https://spoolswatch.disane.dev/og-image.png" />
<!-- OpenSearch -->
<link rel="search" type="application/opensearchdescription+xml" title="Spool Swatch" href="/opensearch.xml" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json" />
<title>Spool Swatch</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>