Update index-open.html

This commit is contained in:
Innovation Inc 2019-12-13 18:22:58 -06:00 committed by GitHub
parent 71d7624c0b
commit 39f141e292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>