Update index-open.html

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

View file

@ -16,6 +16,12 @@
.cwhite {
color: white;
}
.br {
position: absolute;
bottom: 8px;
right: 16px;
font-size: 12px;
}
html {
background: url(DremJS-Background.png) no-repeat center center fixed;
-webkit-background-size: cover;
@ -32,9 +38,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">
<ul class="astart">
<dt><a href="apps/About/index.html"><p><img src="apps/About/about.png" align="middle">About DremJS</p></a></dt>