generated from ElnuDev/go-project
12 lines
No EOL
341 B
HTML
12 lines
No EOL
341 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>
|
|
<div hx-sse="connect:/api/counter swap:count" hx-swap="beforebegin"></div>
|
|
</body>
|
|
</html> |