Team:Ravenwood Raptors

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<style>
+
<script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
-
.heroku {
+
<script type="text/javascript">
 +
$(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 11: Line 18:
   overflow: hidden;
   overflow: hidden;
   z-index: 999;
   z-index: 999;
-
}
+
}
-
body {
+
-
  margin: 0;
+
-
}
+
</style>
</style>
</head>
</head>
<body>
<body>
-
<iframe src="http://google.com" style="border: 0; width: 100%; height: 100%"></iframe>
+
<div id="page-contain">
 +
<div class="page-real-main">
 +
</div>
 +
</div>
</body>
</body>
</html>
</html>

Revision as of 02:07, 19 June 2014