portal

Landing page for your homelab
git clone https://git.woozle.org/neale/portal.git

portal / web
Neale Pickett  ·  2023-03-11

index.html

 1<!DOCTYPE html>
 2<html>
 3  <head>
 4    <title>Portal</title>
 5    <meta charset="utf-8">
 6    <meta name="viewport" content="width=device-width, initial-scale=1">
 7    <link rel="icon" href="portal.png">
 8    <link rel="stylesheet" href="portal.css">
 9    <script src="portal.mjs" type="module"></script>
10  </head>
11  <body>
12    <nav>
13    </nav>
14    <section id="app">
15      <iframe></iframe>
16    </section>
17  </body>
18</html>