18 lines
431 B
HTML
18 lines
431 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>The Pollen Prophet</title>
|
|
<script src="https://unpkg.com/htmx.org@1.6.1"></script>
|
|
<link href="static/style.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<h1>The Pollen Prophet</h1>
|
|
<h2>Making funny since 2025 what ought not bee.</h2>
|
|
<div
|
|
hx-get="/improvements"
|
|
hx-target="#content"
|
|
hx-trigger="load"
|
|
id="content"
|
|
></div>
|
|
</body>
|
|
</html>
|