Parcourir la source

improve index file

tags/v1.1
Nico Rey il y a 4 ans
Parent
révision
5273e584fa
2 fichiers modifiés avec 33 ajouts et 4 suppressions
  1. +33
    -4
      templates/index.html
  2. BIN
      templates/logo-small.png

+ 33
- 4
templates/index.html Voir le fichier

@@ -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 Voir le fichier

Avant Après
Largeur: 358  |  Hauteur: 70  |  Taille: 16 KiB

Chargement…
Annuler
Enregistrer