Team:Exeter/rachelweb

From 2013.igem.org

(Difference between revisions)
(Created page with "Bootstrap")
 
Line 1: Line 1:
-
Bootstrap
+
    <!DOCTYPE html>
 +
    <html>
 +
    <head>
 +
    <title>Bootstrap 101 Template</title>
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <!-- Bootstrap -->
 +
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
 +
    </head>
 +
    <body>
 +
    <h1>Hello, world!</h1>
 +
    <script src="http://code.jquery.com/jquery.js"></script>
 +
    <script src="js/bootstrap.min.js"></script>
 +
    </body>
 +
    </html>

Latest revision as of 20:39, 16 August 2013

   <!DOCTYPE html>
   
    
    Bootstrap 101 Template
    
    
    
    
    
    

Hello, world!