|
|
(14 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | {{NCTU Formosa/Navigation}}
| |
− | {{NCTU Formosa}}
| |
− | <html>
| |
| | | |
− | <head>
| |
− | <meta charset="UTF-8">
| |
− | <title>Untitled Document</title>
| |
− | <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
| |
− | <link href="Home.css" rel="stylesheet" type="text/css">
| |
− | <script src="Home.js" type="text/javascript"></script>
| |
− | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
| |
− | <style>
| |
− | body{
| |
− | padding: 0;
| |
− | margin: 0;
| |
− | }
| |
− |
| |
− | .sec_pic{
| |
− | text-align: center;
| |
− | background: #FFF;
| |
− | position: relative;
| |
− | }
| |
− |
| |
− | .Home{
| |
− | background: #FFF;
| |
− | position: relative;
| |
− | }
| |
− |
| |
− | /*----------------------------------------------------------------------------*/
| |
− |
| |
− | #fut{
| |
− | background: white;
| |
− | width: 100vw;
| |
− | height: 200px;
| |
− | }
| |
− |
| |
− | /*----------------------------------------------------------------------------*/
| |
− |
| |
− | </style>
| |
− | </head>
| |
− |
| |
− | <body>
| |
− | <div class="Home">
| |
− | <img src="https://static.igem.org/mediawiki/2017/0/05/Home_page_1.png" width="100%">
| |
− | </div>
| |
− |
| |
− | <div class="sec_pic">
| |
− | <img src="https://static.igem.org/mediawiki/2017/7/75/Home_flowchart.png" width="90%">
| |
− | </div>
| |
− |
| |
− | <div id="fut"></div>
| |
− |
| |
− | </body>
| |
− | </html>
| |
− |
| |
− | {{NCTU_Formosa/Footer}}
| |