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 - Menu</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family:verdana,arial,sans-serif;
|
||||
font-size:medium;
|
||||
margin:10px;
|
||||
margin-bottom:50px;
|
||||
background-color: rgb(119, 196, 135);
|
||||
}
|
||||
h4 {
|
||||
margin: 15px 0px 0px 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h4>Extractions</h4>
|
||||
<a href="http://birdnetpi.local/By_Common_Name/" target="content">By Common Name</a><br/>
|
||||
<a href="http://birdnetpi.local/By_Date/" target="content">By Date</a><br/>
|
||||
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content">By Scientiffic Name</a><br/>
|
||||
<a href="http://birdnetpi.local/Processed/" target="content">Processed</a><br/>
|
||||
<h4>GitHub</h4>
|
||||
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content">Repository</a><br/>
|
||||
<a href="https://github.com/mcguirepr89/BirdNET-Pi/discussions" target="_content">Discussions</a><br/>
|
||||
<a href="https://github.com/mcguirepr89/BirdNET-Pi/issues" target="_content">Issues</a><br/>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user