25 lines
No EOL
735 B
HTML
25 lines
No EOL
735 B
HTML
<!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> |