Update index-open.html

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

View file

@ -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">&copy Innovation Inc.</p> <p class="cwhite br3">&copy 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>