feat: ixvd/hub integration

This commit is contained in:
Strix 2023-10-16 01:36:02 +02:00
parent 7c44053eae
commit d692c61590
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
7 changed files with 177 additions and 16 deletions

View file

@ -6,19 +6,26 @@
<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/updateLoop.js" defer></script>
<script src="obj/js/services.js" defer></script>
<script src="obj/js/issues.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 id="issues" hidden>
<h1>Maintenance / Issues</h1>
<hr>
<div id="issues-holder"></div>
</div>
<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>
<br/>
</main>
</div>
<br/>
</main>
</body>
</html>