47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<script
|
|
data-name="BMC-Widget"
|
|
data-cfasync="false"
|
|
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
|
|
data-id="embroideryviewerxyz"
|
|
data-description="Support me on Buy me a coffee!"
|
|
data-message="Enjoying Embroidery Viewer?
|
|
Buy me a coffee and help keep it running ☕"
|
|
data-color="#FFDD03"
|
|
data-position="Right"
|
|
data-x_margin="18"
|
|
data-y_margin="18"
|
|
></script>
|
|
<!-- Basic -->
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="author" content="Embroidery Viewer" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
<link rel="canonical" href="https://embroideryviewer.xyz/" />
|
|
|
|
<!-- Mobile / PWA friendliness -->
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
<link
|
|
rel="preload"
|
|
href="/fonts/merienda.regular.woff2"
|
|
as="font"
|
|
type="font/woff2"
|
|
crossorigin="anonymous"
|
|
/>
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|