*** Backup Mirror *** The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.
https://github.com/ConnectedHumber/Air-Quality-Web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
324 B
18 lines
324 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Test</title>
|
|
<style>
|
|
canvas {
|
|
border: 1px dashed blue;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<canvas id="main" width="50" height="300"></canvas>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|
|
|