Line 1: | Line 1: | ||
− | + | <div id="my-real-content"> | |
− | + | ||
<html> | <html> | ||
Line 15: | Line 14: | ||
<!-- Style_CSS============================================================== --> | <!-- Style_CSS============================================================== --> | ||
− | |||
<div class="wrap-body"> | <div class="wrap-body"> | ||
<div class="header"> | <div class="header"> | ||
Line 127: | Line 125: | ||
</section> | </section> | ||
</div> | </div> | ||
+ | |||
+ | </html> | ||
</div> | </div> | ||
<script> | <script> | ||
Line 132: | Line 132: | ||
document.body.appendChild(el); | document.body.appendChild(el); | ||
</script> | </script> | ||
− |
Revision as of 08:50, 29 August 2019
Welcome to Wiki of SEU!
Your team has been approved and you are ready to start the iGEM season!
More Details<script> const el=document.getElementById('my-real-content'); document.body.appendChild(el); </script>