This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
jichan.org-go/static/index.html
2023-07-15 20:00:52 -07:00

12 lines
No EOL
333 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shiritori</title>
<script src="https://unpkg.com/htmx.org@1.9.3"></script>
</head>
<body>
<button hx-get="/api/click" hx-swap="innerHTML">Click me!</button>
</body>
</html>