Files
tout-doux/index.html
T
2026-07-14 16:18:01 +02:00

26 lines
979 B
HTML

<!doctype html>
<html lang="{{ locale }}" prefix="og: https://ogp.me/ns#">
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/resources/css/style.css" />
<!-- <link rel="icon" href="/favicon.ico"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<!-- card related -->
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ lang('home') }}">
<meta property="og:image" content="{{ app_url }}/assets/preview_640x320.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>