finale Anpassung
This commit is contained in:
@@ -9,12 +9,18 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<!-- Monospace‑Font für Code (optional) -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="/">B1tsblog</a></h1>
|
||||
<nav>
|
||||
<!-- Platz für spätere Links -->
|
||||
<nav class="main-nav">
|
||||
<ul>
|
||||
<li><a href="/">Startseite</a></li>
|
||||
<li><a href="/page/impressum">Impressum</a></li>
|
||||
<!-- später: <li><a href="/page/datenschutz">Datenschutz</a></li> -->
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@@ -23,7 +29,7 @@
|
||||
</main>
|
||||
|
||||
<footer class="wrapper">
|
||||
© {{ now.Year }} · Powered by Go
|
||||
© {{ now.Year }} · B1tK1ll3r
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user