mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-01-30 08:22:47 -08:00
13 lines
464 B
HTML
13 lines
464 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/site.css">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<iframe style="float:left; overflow-y: hidden; padding-top: 4%; padding-right: 5%" width="70%" height="96%" src="https://badge.queercon.org/Home/Index?refresh=1"></iframe>
|
|
</div>
|
|
<div>
|
|
<iframe style="float:left; overflow: hidden; padding-top: 0%; " width="25%" height="100%" src="https://badge.queercon.org/Home/List?refresh=1"></iframe>
|
|
</div>
|
|
</body>
|
|
</html> |