monorepo/website/html/index.html
2025-01-10 15:33:32 +00:00

14 lines
209 B
HTML

<!DOCTYPE html>
<html>
<head>
{{template "head.tmpl" .}}
</head>
<body>
<a class="nostyle" href="/about">
<div class="title">
<h1>ICING</h1>
</div>
</a>
</body>
</html>