microblog.go aktualisiert

This commit is contained in:
ds
2026-07-12 19:27:55 +00:00
parent 51b73c0d58
commit 799bd3bf11
+1 -1
View File
@@ -108,7 +108,7 @@ func handlePage(w http.ResponseWriter, r *http.Request) {
</head>
<body>
<header style="display: flex; justify-content: space-between; align-items: center; padding: 10px; flex-wrap: wrap;">
<h1 style="margin: 0;">{{.Title}}</h1>
<h1 style="margin: 0;">{{.Title}}</h1>
<nav style="display: flex; gap: 15px; flex-wrap: wrap;">
<a href="/unterseite1.html">Unterseite 1</a>
<a href="/unterseite2.html">Unterseite 2</a>