Files
klemek cc856c3402
Docker Build / build (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
fix: better preview shot
2026-07-15 15:12:13 +02:00

33 lines
1.3 KiB
HTML

<!doctype html>
<html lang="{{ locale }}" prefix="og: https://ogp.me/ns#">
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/resources/css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Tout Doux" />
<link rel="manifest" href="/assets/site.webmanifest" />
<!-- card related -->
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ lang('home') }}">
<meta property="og:image" content="{{ app_url }}/assets/preview.jpg">
<meta property="og:url" content="{{ app_url }}/{{ path }}">
<script
defer
src="https://tics.klemek.fr/script.js"
data-website-id="e2536336-73f8-4de1-87bf-d95ae19d85c9"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/resources/ts/main.ts"></script>
</body>
</html>