Team:Heidelberg/DevelopmentStuff/BootstrapExample

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
{{Template:Bootstrap/js/bootstrap.min.js}}
{{Template:Bootstrap/js/bootstrap.min.js}}
{{Template:Bootstrap/css/bootstrap.min.css}}
{{Template:Bootstrap/css/bootstrap.min.css}}
-
 
+
<!-- Should we put this somewhere? Do we need it? -->
-
<html>
+
-
  <head>
+
     <meta charset="utf-8">
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Bootstrap 101 Template</title>
     <title>Bootstrap 101 Template</title>
-
 
+
<!-- Bootstrap Style - transfered to template above-->
-
    <!-- Bootstrap Style - transfered to template above-->
+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-
 
+
-
    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
+
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
     <!--[if lt IE 9]>
Line 20: Line 16:
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
     <![endif]-->
     <![endif]-->
-
  </head>
+
<div id="intein">
-
  <body>
+
     <h1>Hello, world!</h1>
     <h1>Hello, world!</h1>
 +
</div>
     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) - transfered to template above-->
     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) - transfered to template above-->

Revision as of 00:53, 13 August 2014


   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Bootstrap 101 Template</title>

Hello, world!

</body> </html>