You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
557 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Raspberry NOAA</title>
  6. <style>
  7. body {
  8. font-family: Georgia, serif;
  9. }
  10. footer {
  11. position: absolute;
  12. bottom: 0;
  13. width: 100%;
  14. text-align: center;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <h1>WX reception server</h1>
  20. <ul>
  21. <li><a href="image">Images</a></li>
  22. <li><a href="meteor">Meteor files</a></li>
  23. </ul>
  24. <footer>
  25. <a href="https://github.com/reynico/raspberry-noaa"><img src="logo-small.png" /></a>
  26. </footer>
  27. </body>
  28. </html>