Browse Source

Chapter 1

Frederic G. MARAND 9 years ago
parent
commit
c4b993aaa6
1 changed files with 5 additions and 5 deletions
  1. 5 5
      chapter1/index.html

+ 5 - 5
index.html → chapter1/index.html

@@ -5,18 +5,18 @@
   <meta charset="utf-8" />
   <meta http-equiv="X-UA-COMPATIBLE" content="IE=Edge" />
   <meta name="viewport" content="width=device-width, initial-scale=1" />
-  <link rel="stylesheet" href="css/bootstrap.css"/>
+  <link rel="stylesheet" href="../css/bootstrap.min.css"/>
   <!--[if lt IE 9]>
-  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-  <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <script src="../js/html5shiv.3-7-0.js"></script>
+  <script src="../js/respond.1-4-2.min.js"></script>
   <![endif]-->
 </head>
 
 <body>
 <h1>Hello world</h1>
   <!-- https://ajax.googleapis.com/ajax/libs/jquery/1.11.1.jquery.min.js -->
-  <script src="js/jquery-1.11.2.min.js"></script>
-  <script src="js/bootstrap.js"></script>
+  <script src="../js/jquery-1.11.2.min.js"></script>
+  <script src="../js/bootstrap.js"></script>
 </div>
 </body>
 </html>