github.com/jgarto/itcv@v0.0.0-20180826224514-4eea09c1aa0d/examples/sites/helloworldbootstrap/index.html (about) 1 <!--Template generated by reactGen--> 2 3 <!doctype html> 4 <html lang="en"> 5 <head> 6 <meta charset="utf-8"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 10 11 <title>Hello World Bootstrap</title> 12 13 <!-- START BOOTSTRAP --> 14 15 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> 16 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> 17 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 18 19 20 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> 21 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> 22 <!--[if lt IE 9]> 23 <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> 24 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> 25 <![endif]--> 26 27 <!-- END BOOTSTRAP --> 28 29 30 </head> 31 <body> 32 33 <div class="container-fluid"> 34 35 <div id="app"></div> 36 37 </div> 38 39 <script src="helloworldbootstrap.js"></script> 40 </body> 41 </html>