Files
klemek 286a01a422
Deploy / Build (push) Successful in 46s
Deploy / Deploy to Stapler (push) Successful in 1m36s
feat: favicon
2026-06-25 14:08:00 +02:00

58 lines
2.1 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 -->
<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" />
<meta property="og:title" content="Cool Domain Factory™" />
<!--<meta property="og:description" content="">-->
<meta property="og:image" content="https://cool-domain.klemek.fr/favicon-96x96.png">
<meta property="org:url" content="https://cool-domain.klemek.fr/">
<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>