Skip to content

Commit

Permalink
Merge pull request #19 from chronologic/devcon-typeform
Browse files Browse the repository at this point in the history
devcon typeform
  • Loading branch information
strategiclimited authored Sep 26, 2018
2 parents 88b1618 + 3ad0c03 commit 1b1f50a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions devcon/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>DEVCON</title>
<style type="text/css">
html{
margin: 0;
height: 100%;
overflow: hidden;
}
iframe{
position: absolute;
left:0;
right:0;
bottom:0;
top:0;
border:0;
}
</style>
</head>
<body>
<iframe id="typeform-full"
width="100%"
height="100%"
frameborder="0"
src="https://chronologic.typeform.com/to/BVc3z7"></iframe>
<script type="text/javascript" src="https://embed.typeform.com/embed.js"></script>
</body>
</html>

0 comments on commit 1b1f50a

Please sign in to comment.