base server and base html

This commit is contained in:
lnino
2024-04-10 19:53:00 +02:00
commit e4b0fcdd9d
9 changed files with 138 additions and 0 deletions

9
html/index.html Normal file
View File

@@ -0,0 +1,9 @@
<!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>

2
html/test.html Normal file
View File

@@ -0,0 +1,2 @@
<a href="/">back</a> <br>
UwU