Initial commit

This commit is contained in:
Ward Truyen
2024-07-29 14:47:25 +02:00
commit 1d20240af4
4 changed files with 103 additions and 0 deletions

21
src/index.html Normal file
View File

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