Make the splash default more fun, needs a minigame
This commit is contained in:
+2
-24
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user