Update index-closed.html

This commit is contained in:
DremOS Developing Team 2018-07-03 00:16:51 -05:00 committed by GitHub
parent dbc2941c68
commit f8f51a1f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,12 @@
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.br {
position: absolute;
bottom: 8px;
right: 16px;
font-size: 12px;
}
div {
background-color: gray;
@ -27,9 +33,9 @@
}
</style>
<body>
<p class="cwhite">DremJS Version 0.0.6a</p>
<p class="cwhite">Build 6</p>
<p class="cwhite">&copy Innovation Inc.</p>
<p class="cwhite br">DremJS Version 0.0.6a</p>
<p class="cwhite br">Build 6</p>
<p class="cwhite br">&copy Innovation Inc.</p>
<div class="start">
<a href="index-open.html"><p>Start</p></a>
</div>