Files
kotikot/index.html
2025-01-04 17:04:40 +02:00

24 lines
659 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KOTIKOT</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&amp;display=swap"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="app">
<div id="hero">
<h1>KOTIKOT</h1>
<a target="_blank" href="https://projects.kotikot.com"
>[projects]</a
>
</div>
</div>
<script type="module" src="./script.js"></script>
</body>
</html>