This commit is contained in:
2025-07-26 20:48:32 +00:00
commit ecb59b535b
5 changed files with 142 additions and 0 deletions

15
header.php Normal file
View File

@@ -0,0 +1,15 @@
<html lang="pl">
<head>
<link rel="stylesheet" type="text/css" href="static/css/main.css">
<title>~tylda.org~ polskie tildeverse</title>
</head>
<body>
<div class="main-content">
<header id="menu">
<a class="active" href="/">~tylda.org</a>
<a href="/wiki/">wiki</a>
<a href="/git/">git</a>
<a href="/register.php">dołącz</a>
</header>