57 lines
1.9 KiB
HTML
57 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Cool Domain Factory™</title>
|
|
<link rel="stylesheet" href="/src/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="Cool Domain Factory™" />
|
|
<!--<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="8f1a7b59-623e-46ff-9621-99a80a070d18"
|
|
></script>
|
|
</head>
|
|
<body class="min-h-screen flex flex-col w-screen">
|
|
<div class="hero bg-base-200 grow">
|
|
<div class="hero-content text-center p-0">
|
|
<div id="app"></div>
|
|
</div>
|
|
</div>
|
|
<footer
|
|
class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-2"
|
|
>
|
|
<aside>
|
|
<p>
|
|
<a href="#french">🇫🇷</a> / <a href="#english">🇺🇸</a> - 2026 -
|
|
<a
|
|
href="https://git.klemek.fr/klemek/cool-domain-web"
|
|
class="underline"
|
|
>klemek</a
|
|
>
|
|
- Photo by
|
|
<a
|
|
href="https://unsplash.com/@ronakjain?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
|
|
class="underline"
|
|
>Ronak Jain</a
|
|
>
|
|
on
|
|
<a
|
|
href="https://unsplash.com/photos/low-angle-photo-of-yellow-and-black-striped-buildings-corner-37Hk9D4Ig_4?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
|
|
class="underline"
|
|
>Unsplash</a
|
|
>
|
|
</p>
|
|
</aside>
|
|
</footer>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|