Skip to content

Commit

Permalink
Use relative paths for static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
coverslide committed Jan 15, 2015
1 parent 898513e commit df59621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>ComixZap Reader</title>
<meta name="description" content="A reader for CBZ files">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<link rel="stylesheet" media="all" href="/css/main.css" />
<link rel="stylesheet" media="all" href="css/main.css" />
</head>
<body>
<div id="cbz-reader-container">
Expand Down Expand Up @@ -55,6 +55,6 @@
{{?}}
</li>
</script>
<script src="/js/main.js"></script>
<script src="js/main.js"></script>
</body>
</html>

0 comments on commit df59621

Please sign in to comment.