Initial commit

This commit is contained in:
2024-07-29 13:52:18 +02:00
commit dbd4cbfe9a
2 changed files with 86 additions and 0 deletions

21
src/index.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Truyen home</title>
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<main>
<h1>Truyen home</h1>
<h2>Status:</h2>
<p class="text-red">Under construction</p>
<h2>Links</h2>
<a href="https://ward.truyen.network">ward.truyen.network</a>
</main>
</body>
</html>