big update: simplifying + pandoc

This commit is contained in:
2024-09-13 08:22:21 -07:00
parent f16cb153e1
commit 291d55642d
24 changed files with 228 additions and 297 deletions

View File

@@ -5,19 +5,11 @@
<title>Michael Thomson</title>
<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>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Michael Thomson</h1>
<p>Welcome to my site! doesn't it have so much content? I know, right?</p>
<p>It even has reactivity!</p>
<div>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me
</button>
</div>
</body>
</html>