aboutsummaryrefslogtreecommitdiff
path: root/terraform/provision/rootfs/usr/local/share/www/index.html
blob: 57d2c0c183254fd3ef9ff8d0fde02f8640656018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>