23 lines
500 B
HTML
23 lines
500 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>
|
|
<input type="file" id="file" style="display: none;" />
|
|
|
|
<script src="bootstrap.js"></script>
|
|
</body>
|
|
</html> |