Files
tout-doux/index.html
T
klemek b622e10b4b
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled
feat: basic ui and workflow
2026-07-06 00:22:37 +02:00

28 lines
885 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Tout Doux</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="">
<meta property="og:description" content="">
<meta property="og:image" content="https://.../preview_640x320.jpg">
<meta property="org:url" content="https://...">
-->
<!--<script
defer
src="https://tics.klemek.fr/script.js"
data-website-id="TODO"
></script>-->
</head>
<body>
<div id="app"></div>
<script type="module" src="/resources/ts/main.ts"></script>
</body>
</html>