feat: let's goooo
This commit is contained in:
+38
-10
@@ -1,22 +1,50 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- TODO: 1. rename app -->
|
||||
<title>Change this you moron</title>
|
||||
<link rel="stylesheet" href="/src/style.scss" />
|
||||
<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="">
|
||||
<meta property="og:description" content="">
|
||||
|
||||
<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://...">
|
||||
-->
|
||||
<meta property="org:url" content="https://...">-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<body class="min-h-screen flex flex-col w-screen">
|
||||
<div class="hero bg-base-200 grow">
|
||||
<div class="hero-content text-center">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user