mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
fix url issues
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>QuaggaJS, an advanced barcode-reader written in JavaScript</title>
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="/stylesheets/example.css">
|
||||
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/example.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/pygment_trac.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
@@ -41,6 +41,6 @@
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="/javascripts/scale.fix.js"></script>
|
||||
<script src="{{ site.baseurl }}/javascripts/scale.fix.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user