Team:Ravenwood Raptors

From 2014hs.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
-
 
+
<html>
 +
<head>
 +
<style type="text/css">
 +
.heroku {
 +
  position: absolute;
 +
  width: 100%;
 +
  height: 100%;
 +
  background-color: white;
 +
  top: 0%;
 +
  left: 0%;
 +
  overflow: hidden;
 +
  z-index: 999;
 +
}
 +
body {
 +
  margin: 0;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<iframe class = "heroku" src="http://google.com" style="border: 0; width: 100%; height: 100%">Your browser doesn't support iFrames.</iframe>
 +
</body>
 +
</html>

Revision as of 02:02, 19 June 2014