New, updated version of web. Might contain customizations
This commit is contained in:
@@ -10,14 +10,37 @@
|
||||
<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="./static/css/def_style.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://bastart.spoton.cz/static/css/def_style.css">
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://bastart.spoton.cz/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="../static/css/dashboard.css" rel="stylesheet">
|
||||
<link href="https://bastart.spoton.cz/static/css/dashboard.css" rel="stylesheet">
|
||||
<!-- Dygraph css and js -->
|
||||
<link href="../static/css/dygraph.css" rel="stylesheet">
|
||||
<script type="text/javascript" src="../static/js/dygraph.js"></script>
|
||||
<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>-->
|
||||
|
||||
Reference in New Issue
Block a user