This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
basta-frontend/basta/index.html
2018-04-01 17:41:14 +02:00

34 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>BaStA</title>
<meta name="author" content="Michael Götz"/>
<!-- Piwik -->
<script type="text/javascript">
// var _paq = _paq || [];
// /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
// _paq.push(['trackPageView']);
// _paq.push(['enableLinkTracking']);
// (function () {
// var u = "//mg-server.ddns.net/piwik/";
// _paq.push(['setTrackerUrl', u + 'piwik.php']);
// _paq.push(['setSiteId', '1']);
// var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
// g.type = 'text/javascript';
// g.async = true;
// g.defer = true;
// g.src = u + 'piwik.js';
// s.parentNode.insertBefore(g, s);
// })();
</script>
<!-- End Piwik Code -->
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>