Make the splash default more fun, needs a minigame

This commit is contained in:
Johannes Zellner
2020-09-24 13:25:34 +02:00
parent 490720e6a7
commit 510b88cd68
+2 -24
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
<title> Cloudron</title>
<title>Cloudron</title>
<!-- Use static style as we can't include local stylesheets -->
<style>
@@ -35,24 +35,6 @@
justify-content: center;
}
footer {
background-color: #EFEFEF;
bottom: 0;
width: 100%;
color: #555;
font-size: 12px;
text-align: center;
padding: 5px;
z-index: 1000;
position: fixed;
opacity: .5;
transition: all .25s;
}
footer:hover {
opacity: 1;
}
a {
color: #2196f3;
text-decoration: none;
@@ -71,12 +53,8 @@
<body>
<div class="content">
<p>Nothing here.</p>
<p>You found a <a href="https://cloudron.io">Cloudron</a> out in the wild!</p>
</div>
<footer>
<span class="text-muted"><a href="https://cloudron.io" target="_blank">Cloudron</a></span>
</footer>
</body>
</html>