Update index-all.html

This commit is contained in:
Innovation Inc 2019-04-21 17:57:06 -05:00 committed by GitHub
parent bb1d55a024
commit 0694de70a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<html> <html>
<body> <body>
<iframe src="taskbar.html" style="height:8%;width:100%"></iframe> <iframe src="taskbar.html" style="height:8%;width:100%" id="taskbar"></iframe>
<iframe src="index-closed.html" style="height:88%;width:100%"></iframe> <iframe src="index-closed.html" style="height:88%;width:100%" id="app"></iframe>
</body> </body>
</html> </html>