summaryrefslogtreecommitdiffstats
path: root/web/html/index.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/index.html.in')
-rw-r--r--web/html/index.html.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/web/html/index.html.in b/web/html/index.html.in
new file mode 100644
index 0000000..214e8bb
--- /dev/null
+++ b/web/html/index.html.in
@@ -0,0 +1,50 @@
+<div style="height: 4em"></div>
+
+<h1 class="pb-2 border-bottom">Pages</h1>
+
+<div class="row g-4 py-5 row-cols-1 row-cols-lg-4">
+ <div class="feature col">
+ <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
+ <a href="/systems.py" class="text-light text-decoration-none"><i class="bi bi-stickies"></i></a>
+ </div>
+
+ <h4>Systems</h4>
+ <p><a href="/systems.py">Container management for systemd-nspawn.</a></p>
+ </div>
+
+ <div class="feature col">
+ <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
+ <a href="/services.py" class="text-light text-decoration-none"><i class="bi bi-gear"></i></a>
+ </div>
+
+ <h4>Services</h4>
+ <p><a href="/services.py">Restart host services.</a></p>
+ </div>
+
+ <div class="feature col">
+ <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
+ <a href="/tools.py" class="text-light text-decoration-none"><i class="bi bi-diagram-3"></i></a>
+ </div>
+
+ <h4>Tools</h4>
+ <p><a href="/tools.py">Network debugging tools.</a></p>
+ </div>
+
+ <div class="feature col">
+ <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
+ <a href="/ttyd.py" class="text-light text-decoration-none"><i class="bi bi-hdd-stack"></i></a>
+ </div>
+
+ <h4>Terminal</h4>
+ <p><a href="/ttyd.py">Access the host system directly.</a></p>
+ </div>
+
+ <div class="feature col">
+ <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
+ <a href="/log.py" class="text-light text-decoration-none"><i class="bi bi-stack"></i></a>
+ </div>
+
+ <h4>Logfile</h4>
+ <p><a href="/log.py">Read container log file.</a></p>
+ </div>
+</div>