Browse Source

improve index file

tags/v1.1
Nico Rey 4 years ago
parent
commit
5273e584fa
2 changed files with 33 additions and 4 deletions
  1. +33
    -4
      templates/index.html
  2. BIN
      templates/logo-small.png

+ 33
- 4
templates/index.html View File

@@ -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>

BIN
templates/logo-small.png View File

Before After
Width: 358  |  Height: 70  |  Size: 16 KiB

Loading…
Cancel
Save