Update index-open.html
This commit is contained in:
parent
71d7624c0b
commit
39f141e292
|
@ -87,7 +87,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 8px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -113,6 +113,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="taskbar" onload="startTime()">
|
<div class="taskbar" onload="startTime()">
|
||||||
<a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a>
|
<a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a>
|
||||||
|
<br />
|
||||||
|
<div class="cwhite" style="text-align:left" id="txt"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue