Files
freedavis/web/templates/header.html

47 lines
1.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Energy reporter</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en">
<meta name="Robots" content="all">
<meta name="Keywords" content="automation, python, development, arduino, measurement">
<meta name="description" content="RasPi automation hardcore">
<meta name="Author" content="Spoton s.r.o. | Milan Toman">
<link rel="stylesheet" type="text/css" href="https://bastart.spoton.cz/static/css/def_style.css">
<!-- Bootstrap core CSS -->
<link href="https://bastart.spoton.cz/static/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="https://bastart.spoton.cz/static/css/dashboard.css" rel="stylesheet">
<!-- Dygraph css and js -->
<link href="https://bastart.spoton.cz/static/css/dygraph.css" rel="stylesheet">
<script type="text/javascript" src="https://bastart.spoton.cz/static/js/dygraph.js"></script>
<link rel="icon" href="../../favicon.ico">
</head>
<body>
<!--
<script>
//window.fbAsyncInit = function() {
// FB.init({
// appId : '315766815677378',
// cookie : true,
// xfbml : true,
// version : 'v3.2'
// });
//
// FB.AppEvents.logPageView();
//
//};
//
//(function(d, s, id){
// var js, fjs = d.getElementsByTagName(s)[0];
// if (d.getElementById(id)) {return;}
// js = d.createElement(s); js.id = id;
// js.src = "https://connect.facebook.net/en_US/sdk.js";
// fjs.parentNode.insertBefore(js, fjs);
// }(document, 'script', 'facebook-jssdk'));
</script>-->