iot-firebase/IoT-Node/views/index.ejs
2020-10-05 10:08:16 +01:00

20 lines
800 B
Plaintext

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<script src="https://www.gstatic.com/firebasejs/7.14.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.3/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.3/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"></div>
<div style="position: relative; left: 40%; font-size: 50px;">
<div style="height: 50px;"></div>
<div id="light">Light:Object</div>
</div>
<script defer src="js/main.js"></script>
<script src="js/fInit.js"></script>
</body>
</html>