mirror of
https://gitlab.durp.info/durfy/apps/durpweb.git
synced 2026-05-07 16:00:32 -05:00
initial commit
This commit is contained in:
parent
24afc01911
commit
035a813154
7 changed files with 80 additions and 0 deletions
14
index.html
Normal file
14
index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<script src="https://unpkg.com/htmx.org@1.9.10"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Go and HTMX</h1>
|
||||
<h2>{{.Message}}</h2>
|
||||
<button hx-get="/time" hx-target="#time">Get Current Time</button>
|
||||
<h2 id="time">Shows Current Time</h2>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue