aboutsummaryrefslogtreecommitdiff
path: root/terraform/provision/rootfs/usr/local/share/www/index.html
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-12-09 14:52:11 -0800
committerJakob Odersky <jakob@odersky.com>2018-12-09 14:52:11 -0800
commit84543e02280881565d3250dc0efd4499d6cbaae5 (patch)
tree35b45e9c3f33642f0040fec250de1c550060e575 /terraform/provision/rootfs/usr/local/share/www/index.html
parent6436eb17edf3836c50cf4223e8daed605111a926 (diff)
downloadinfra-84543e02280881565d3250dc0efd4499d6cbaae5.tar.gz
infra-84543e02280881565d3250dc0efd4499d6cbaae5.tar.bz2
infra-84543e02280881565d3250dc0efd4499d6cbaae5.zip
Add email module
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>