adding new homepage for testing :)
- replaced all SERVICES arrays with commands
- altered {install,update}_services.sh to install new homepage
- renamed old index.html to mobile.html for mobile redirect
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML Frames Example - Footer</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family:verdana,arial,sans-serif;
|
||||
font-size:medium;
|
||||
margin:10px;
|
||||
background-color:black;
|
||||
color:white;
|
||||
}
|
||||
a {
|
||||
color:white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h3>External Services</h3>
|
||||
<p> <a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_top">Project Page</a> |
|
||||
<a href="https://birdnetwiki.pmcgui.xyz" target="content">Wiki Help Page</a> |
|
||||
<a href="http://birdnetpi.local/stream" target="footer">Live Audio Stream</a> |
|
||||
<a href="http://birdnetpi.local/spectrogram.png" target="content">Realtime Spectrogram</a> |
|
||||
<a href="external.html" target="content">Links to External Pages</a> |
|
||||
<a href="https://www.accuweather.com" target="content">Weather</a> |
|
||||
<a href="https://www.birds.cornell.edu" target="_content">The Cornell Lab of Ornitology</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user