47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
|
{% include base.html %}
|
||
|
|
||
|
<footer class="page-footer">
|
||
|
<div class="footer-copyright">
|
||
|
<div class="container center">
|
||
|
Copyright 2016, openHAB.org
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|
||
|
|
||
|
<script src="https://www.eclipse.org/smarthome/js/jquery.min.js"></script>
|
||
|
<script src="https://www.eclipse.org/smarthome/js/jquery.scrollme.min.js"></script>
|
||
|
<script src="https://www.eclipse.org/smarthome/js/jquery.sticky.js"></script>
|
||
|
<script src="//www.eclipse.org/smarthome/js/materialize.js"></script>
|
||
|
<script src="https://www.eclipse.org/smarthome/js/highlight.pack.js"></script>
|
||
|
<script src="{{base}}/js/init.js"></script>
|
||
|
<script>
|
||
|
window.twttr = (function(d, s, id) {
|
||
|
var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {};
|
||
|
if (d.getElementById(id))
|
||
|
return t;
|
||
|
js = d.createElement(s);
|
||
|
js.id = id;
|
||
|
js.src = "https://platform.twitter.com/widgets.js";
|
||
|
fjs.parentNode.insertBefore(js, fjs);
|
||
|
|
||
|
t._e = [];
|
||
|
t.ready = function(f) {
|
||
|
t._e.push(f);
|
||
|
};
|
||
|
|
||
|
return t;
|
||
|
}(document, "script", "twitter-wjs"));
|
||
|
</script>
|
||
|
|
||
|
<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-55850963-1', 'auto');
|
||
|
ga('send', 'pageview');
|
||
|
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|