Team:CBNU-Korea/wood test
From 2012.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<html> | <html> | ||
- | <div | + | <head> |
- | + | ||
+ | <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet"> | ||
+ | <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet"> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="span4">...</div> | ||
+ | <div class="span8">...</div> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
</html> | </html> |
Revision as of 09:54, 14 July 2012
...
...