portal

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

commit
cbdaa90
parent
19c0652
author
Neale Pickett
date
2024-01-12 14:00:48 -0700 MST
Fill pane
1 files changed,  +3, -0
M web/stat.html
+3, -0
 1@@ -8,12 +8,15 @@
 2         <style>
 3 html, body {
 4     margin: 0;
 5+    overflow: clip;
 6 }
 7 #pie canvas {
 8     max-width: 20vw;
 9     max-height: 20vh;
10     position: absolute;
11     opacity: 90%;
12+    top: 10px;
13+    left: 10px;
14 }
15 #area canvas {
16     width: 100vw;