web/public/index.html

25 lines
735 B
HTML
Raw Normal View History

2023-10-16 01:35:05 +02:00
<!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>
2023-10-16 01:35:06 +02:00
<a href="//git.ixvd.net">IXVD's git server</a>
2023-10-16 01:35:05 +02:00
<a href="//s.ixvd.net">IXVD's status page</a>
</div>
</div>
<br/>
</main>
</body>
</html>