rtwx/nexrad-browser/www/index.html

28 lines
677 B
HTML

<html>
<head>
<title>NEXRAD Browser</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
#canvas {
width: 100%;
height: 100%;
image-rendering: pixelated;
}
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<canvas id="canvas">
Something went wrong while loading the canvas. Sorry :/
</canvas>
<p style="font-family: 'vt323', monospace;">FONT TEST!</p>
<script src="bootstrap.js"></script>
</body>
</html>