Reorganize lobby display HTML files to avoid warnings
Compare changes
@@ -5,7 +5,7 @@
@@ -5,7 +5,7 @@
@@ -19,7 +19,7 @@
@@ -19,7 +19,7 @@
<div id="dirText" style="position: absolute; bottom: 0%; right: 0%; font-size: .5vh; background-color: black; color: white">west</div>
@@ -29,8 +29,8 @@
@@ -29,8 +29,8 @@
<div id="graph" style="z-index: 2; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;"></div>
<!--opacity: 1 makes the screen black until graph loads, which only takes a fraction of a second. Also blacks out screen between 1 and 5 am.-->
<div id="overlay" style="z-index: 3; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background-color: black; opacity: 1"></div>