icl-iot-weather/site/views/index.ejs
2020-10-20 22:43:23 +01:00

18 lines
692 B
Plaintext

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<script src="https://www.gstatic.com/firebasejs/7.24.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.24.0/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.24.0/firebase-firestore.js"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="chart" style="width: 50%;"></div>
<div id="chart_2"></div>
<script defer src="js/main.js"></script>
<script src="js/fInit.js"></script>
</body>
</html>