aboutsummaryrefslogtreecommitdiff
path: root/terraform/provision/rootfs/usr/local/share/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/provision/rootfs/usr/local/share/www/index.html')
-rw-r--r--terraform/provision/rootfs/usr/local/share/www/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/terraform/provision/rootfs/usr/local/share/www/index.html b/terraform/provision/rootfs/usr/local/share/www/index.html
new file mode 100644
index 0000000..57d2c0c
--- /dev/null
+++ b/terraform/provision/rootfs/usr/local/share/www/index.html
@@ -0,0 +1,21 @@
+<html>
+ <head>
+ <title>crashbox</title>
+ <style>
+ html, body {
+ height: 100vh;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ }
+ </style>
+ </head>
+ <body>
+ <div>
+ <a href="https://dl.crashbox.io">dl</a>
+ <a href="https://git.crashbox.io">git</a>
+ <a href="https://ip.crashbox.io">ip</a>
+ </div>
+ </body>
+</html>