Files
hub/index.html
2024-06-05 20:00:21 +02:00

9 lines
186 B
HTML

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