Adding the iframe page for the TV.

This commit is contained in:
Jonathan Nelson 2017-07-24 10:50:12 -07:00 committed by GitHub
commit b048453fab

View file

@ -0,0 +1,13 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/site.css">
</head>
<body>
<div>
<iframe style="float:left; overflow-y: hidden; padding-right: 10%" width="70%" height="100%" src="map.html"></iframe>
</div>
<div>
<iframe style="float:left; overflow: hidden" width="20%" height="100%" src="list.html"></iframe>
</div>
</body>
</html>