init: initial commit

This commit is contained in:
Strix 2023-10-16 01:35:05 +02:00
commit 7cbff48066
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
4 changed files with 91 additions and 0 deletions

25
public/index.html Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IXVD - Home</title>
<link rel="stylesheet" href="/obj/css/main.css">
</head>
<body>
<main>
<h1>IXVD</h1>
<p>Home of people that love software, games and developing!</p>
<div>
<h2>Links</h2>
<div id="links">
<a href="//pad.ixvd.net">IXVD's cryptpad</a>
<a href="//git.ixvd.net">IXVD's Git Server</a>
<a href="//s.ixvd.net">IXVD's status page</a>
</div>
</div>
<br/>
</main>
</body>
</html>