mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Added SEO related content.
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>QuaggaJS, an advanced barcode-reader written in JavaScript</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="copyright" content="This project is maintained by Christoph Oberhofer" />
|
||||
<meta name="description" content="QuaggaJS is an advanced barcode-reader written in JavaScript" />
|
||||
<meta name="keywords" content="barcode, javascript, canvas, computer vision, image processing, ean, code128" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
|
||||
<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">
|
||||
@@ -12,6 +18,16 @@
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<script>
|
||||
(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),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-56318310-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
Reference in New Issue
Block a user