Team:Ravenwood Raptors

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
+
<style>
-
<script type="text/javascript">
+
.heroku {
-
$(document).ready(function(){
+
-
  // If replace original site, it may bad
+
-
  $("body.page-Team_CSIA-SouthKorea").append("<iframe class='heroku-iframe' src='http://csia-southkorea.herokuapp.com'></iframe>");
+
-
});
+
-
</script>
+
-
<style type="text/css">
+
-
.heroku-iframe{
+
   position: absolute;
   position: absolute;
   width: 100%;
   width: 100%;
Line 18: Line 11:
   overflow: hidden;
   overflow: hidden;
   z-index: 999;
   z-index: 999;
-
}
+
}
 +
body {
 +
  margin: 0;
 +
}
</style>
</style>
</head>
</head>
<body>
<body>
-
<div id="page-contain">
+
<iframe class="heroku" src="http://w3schools.com" style="border: 0; width: 100%; height: 100%"></iframe>
-
<div class="page-real-main">
+
-
</div>
+
-
</div>
+
</body>
</body>
</html>
</html>

Revision as of 02:12, 19 June 2014