|
|
@@ -1,4 +1,33 @@ |
|
|
|
<h1>WX reception server</h1> |
|
|
|
<a href="image">Images</a> |
|
|
|
<a href="audio">audio</a> |
|
|
|
<a href="meteor">meteor</a> |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en"> |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<title>Raspberry NOAA</title> |
|
|
|
<style> |
|
|
|
body { |
|
|
|
font-family: Georgia, serif; |
|
|
|
} |
|
|
|
|
|
|
|
footer { |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
width: 100%; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<h1>WX reception server</h1> |
|
|
|
<ul> |
|
|
|
<li><a href="image">Noaa images</a></li> |
|
|
|
<li><a href="meteor">Meteor images</a></li> |
|
|
|
<li><a href="audio">Audio</a></li> |
|
|
|
</ul> |
|
|
|
<footer> |
|
|
|
<a href="https://github.com/reynico/raspberry-noaa"><img src="logo-small.png" /></a> |
|
|
|
</footer> |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |