Initial commit
This commit is contained in:
21
src/index.html
Normal file
21
src/index.html
Normal 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>
|
Reference in New Issue
Block a user