|
|
@ -11,6 +11,7 @@
|
|
|
|
<meta name="keywords" content="barcode, javascript, canvas, computer vision, image processing, ean, code128" />
|
|
|
|
<meta name="keywords" content="barcode, javascript, canvas, computer vision, image processing, ean, code128" />
|
|
|
|
<meta name="robots" content="index,follow" />
|
|
|
|
<meta name="robots" content="index,follow" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/styles.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/example.css">
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/pygment_trac.css">
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/pygment_trac.css">
|
|
|
@ -18,6 +19,12 @@
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
var host = "{{ site.url }}";
|
|
|
|
|
|
|
|
if ((host == window.location.host) && (window.location.protocol != "https:")) {
|
|
|
|
|
|
|
|
window.location.protocol = "https";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|