Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 859c6b3

Browse files
committed
test iframe
1 parent b4d355b commit 859c6b3

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

bostonhacks/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>BostonHacks</title>
5+
6+
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
7+
8+
<style type="text/css">
9+
body, html
10+
{
11+
margin: 0; padding: 0; height: 100%; overflow: hidden;
12+
}
13+
14+
#content
15+
{
16+
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
17+
}
18+
</style>
19+
</head>
20+
<body>
21+
<div id="content">
22+
<iframe width="100%" height="100%" frameborder="0" src="https://bostonhacks.io/"></iframe>
23+
</div>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)