rtwx/nexrad-browser/www/index.html

25 lines
552 B
HTML

<html>
<head>
<title>NEXRAD Browser</title>
<style>
#canvas {
width: 100%;
height: 100%;
image-rendering: pixelated;
z-index: 10000;
}
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<canvas id="canvas">
Something went wrong while loading the canvas. Sorry :/
</canvas>
<script src="bootstrap.js"></script>
</body>
</html>