Skip to content

Commit

Permalink
Cleaned up the code, so it wasn't all on 1 line
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdosanj authored Mar 21, 2019
1 parent 779e4d6 commit 0fc4334
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion join.html
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Join the GrizzHacks 4 Team</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://grizzhacks.typeform.com/to/ZOehci"></iframe> <script type="text/javascript" src="https://embed.typeform.com/embed.js"></script> </body> </html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Join the GrizzHacks 4 Team</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://grizzhacks.typeform.com/to/ZOehci"></iframe>
<script type="text/javascript" src="https://embed.typeform.com/embed.js"></script>
</body>
</html>

0 comments on commit 0fc4334

Please sign in to comment.