Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit 820668b

Browse files
committed
Fixed index.html
1 parent 131a7a6 commit 820668b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset='utf-8'>
66
<meta http-equiv="X-UA-Compatible" content="chrome=1">
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8-
<link rel="stylesheet" type="text/css" href="pages/stylesheets/stylesheet.css" media="screen" />
8+
<link rel="stylesheet" type="text/css" href="./pages/stylesheets/stylesheet.css" media="screen" />
99
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
1010
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
1111
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css">
@@ -51,7 +51,7 @@ <h2>based on Bootstrap's dropdown</h2>
5151
<footer>
5252
<div class="inner">
5353
<a href="http://www.myforce.be/" class="pull-right">
54-
<img src="../pages/images/myforcelogokleur.png" />
54+
<img src="./pages/images/myforcelogokleur.png" />
5555
</a>
5656
<p>Contributed by MyForce NV</p>
5757
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
@@ -69,8 +69,8 @@ <h2>based on Bootstrap's dropdown</h2>
6969

7070
<script type="text/javascript" src="src/angularjs-dropdown-multiselect.js"></script>
7171

72-
<script type="text/javascript" src="pages/javascripts/app.js"></script>
73-
<script type="text/javascript" src="pages/javascripts/pages/home/ExampleCtrl.js"></script>
72+
<script type="text/javascript" src="./pages/javascripts/app.js"></script>
73+
<script type="text/javascript" src="./pages/javascripts/pages/home/ExampleCtrl.js"></script>
7474

7575
</body>
7676

0 commit comments

Comments
 (0)