Fix: stupid llm

This commit is contained in:
Grail Finder
2025-05-01 17:24:15 +03:00
parent b3a730b3dd
commit 6af41f061f
12 changed files with 460 additions and 34 deletions

13
components/index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTMX + Go Starter</title>
<script src="https://unpkg.com/htmx.org@1.9.10"></script>
</head>
<body>
<h1>HTMX + Go Starter</h1>
<p>Edit this HTML in templates/public/index.html</p>
</body>
</html>