mirror of
https://github.com/ducky-labs/htmx-go-todo.git
synced 2026-02-04 06:31:00 +00:00
Initial commit
This commit is contained in:
15
templates/index.html
Normal file
15
templates/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ define "Base" }}
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>HTMX Go Todo</title>
|
||||
<link href="/static/index.css" rel="stylesheet" />
|
||||
<script src="/static/htmx.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<p class="text-5xl">Hello, world!</p>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user