Update index-open.html
This commit is contained in:
parent
7af64bfd46
commit
45da2628f2
|
@ -81,9 +81,6 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body onload="makeDraggable()">
|
<body onload="makeDraggable()">
|
||||||
<div id="appContainer">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<p class="cwhite br3">DremJS Version 0.1.1b</p>
|
<p class="cwhite br3">DremJS Version 0.1.1b</p>
|
||||||
<p class="cwhite br2">Build 25</p>
|
<p class="cwhite br2">Build 25</p>
|
||||||
<p class="cwhite br1">© Innovation Inc.</p>
|
<p class="cwhite br1">© Innovation Inc.</p>
|
||||||
|
@ -100,6 +97,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
<a href="#"><p class="start" style="left:12px;">Start</p></a>
|
<a href="#"><p class="start" style="left:12px;">Start</p></a>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="appContainer">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function makeDraggable() {
|
function makeDraggable() {
|
||||||
|
|
Loading…
Reference in a new issue