web/public/index.html
2023-10-16 01:35:06 +02:00

24 lines
No EOL
659 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">
<script src="obj/js/services.js" defer></script>
</head>
<body>
<main>
<h1>IXVD</h1>
<p>Home of people that love software, games and developing!</p>
<div id="services">
<h2>Services</h2>
<div id="service-holder">
Nothing (yet)!
</div>
</div>
<br/>
</main>
</body>
</html>