You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
quaggaJS/_layouts/default.html

46 lines
2.0 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>QuaggaJS, an advanced barcode-reader written in JavaScript</title>
<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>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/assets/code128.png" alt="QuaggaJS" /></a></h1>
<p>An advanced barcode-reader written in JavaScript</p>
<nav class="side-nav">
<ul class="pages">
<li><a href="{{ site.baseurl }}/">Project Home</a></li>
<li><a href="{{ site.baseurl }}/examples">Examples</a></li>
</ul>
</nav>
<p class="view"><a href="https://github.com/serratus/quaggaJS">View the Project on GitHub <small>serratus/quaggaJS</small></a></p>
<ul class="github">
<li><a href="https://github.com/serratus/quaggaJS/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/serratus/quaggaJS/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/serratus/quaggaJS">Fork On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
{{ content }}
</section>
<footer>
<p>This project is maintained by <a href="http://github.com/serratus">Christoph Oberhofer</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="{{ site.baseurl }}/javascripts/scale.fix.js"></script>
</body>
</html>