Update index-open.html
This commit is contained in:
parent
f8f51a1f45
commit
6b69da0abf
|
@ -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">© Innovation Inc.</p>
|
||||
<p class="cwhite br">DremJS Version 0.0.6a</p>
|
||||
<p class="cwhite br">Build 6</p>
|
||||
<p class="cwhite br">© 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>
|
||||
|
|
Loading…
Reference in a new issue