Update index-open.html
This commit is contained in:
parent
6b69da0abf
commit
799f75aa1e
|
@ -16,10 +16,22 @@
|
||||||
.cwhite {
|
.cwhite {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.br {
|
.br1 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.br2 {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 22px;
|
||||||
|
right: 16px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.br3 {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 36px;
|
||||||
|
right: 16px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
|
@ -38,9 +50,9 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<p class="cwhite br">DremJS Version 0.0.6a</p>
|
<p class="cwhite br1">DremJS Version 0.0.6a</p>
|
||||||
<p class="cwhite br">Build 6</p>
|
<p class="cwhite br2">Build 6</p>
|
||||||
<p class="cwhite br">© Innovation Inc.</p>
|
<p class="cwhite br3">© Innovation Inc.</p>
|
||||||
<div class="start">
|
<div class="start">
|
||||||
<ul class="astart">
|
<ul class="astart">
|
||||||
<dt><a href="apps/About/index.html"><p><img src="apps/About/about.png" align="middle">About DremJS</p></a></dt>
|
<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