Skip to content

Commit

Permalink
Fixed relative static links
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbozarth committed Jul 2, 2018
1 parent b896668 commit 09dd9e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

<title>MAX Object Detector</title>

<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>

<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/webapp.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/webapp.css">

<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/webapp.js"></script>
<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/js/webapp.js"></script>

</head>

Expand All @@ -38,7 +38,7 @@

<div id="codait-logo" class="col-md-3">
<a href="/">
<img src="img/codait-logo.jpg"/>
<img src="/img/codait-logo.jpg"/>
</a>
</div>

Expand Down

0 comments on commit 09dd9e7

Please sign in to comment.