瀏覽代碼

improve index file

tags/v1.1
Nico Rey 4 年之前
父節點
當前提交
5273e584fa
共有 2 個檔案被更改,包括 33 行新增4 行删除
  1. +33
    -4
      templates/index.html
  2. 二進制
      templates/logo-small.png

+ 33
- 4
templates/index.html 查看文件

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

二進制
templates/logo-small.png 查看文件

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

Loading…
取消
儲存