Files
hub/html/index.html
2024-04-10 19:53:00 +02:00

9 lines
178 B
HTML

<!DOCTYPE html>
<head>
<title>Test</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<h1 class="Mino">Mino</h1>
<a href="/test">test</a>
</body>