mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-21 22:03:28 -07:00
Adding the iframe page for the TV.
This commit is contained in:
parent
60e316f881
commit
b048453fab
1 changed files with 13 additions and 0 deletions
13
qcbadge/Views/Home/tv.html
Normal file
13
qcbadge/Views/Home/tv.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue