microblog.go aktualisiert
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ func handlePage(w http.ResponseWriter, r *http.Request) {
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header style="display: flex; justify-content: space-between; align-items: center; padding: 10px; flex-wrap: wrap;">
|
<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;">
|
<nav style="display: flex; gap: 15px; flex-wrap: wrap;">
|
||||||
<a href="/unterseite1.html">Unterseite 1</a>
|
<a href="/unterseite1.html">Unterseite 1</a>
|
||||||
<a href="/unterseite2.html">Unterseite 2</a>
|
<a href="/unterseite2.html">Unterseite 2</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user