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