adding scripts page changes

This commit is contained in:
Patrick McGuire
2021-11-03 09:54:49 -04:00
parent 4fc5df0c08
commit 0222c4c813
5 changed files with 198 additions and 143 deletions
+8
View File
@@ -22,6 +22,11 @@ body {
position: absolute;
top: 0px;
left: 0px;
}
#content2 img {
position: absolute;
top: 0px;
right: 0px;
}
</style>
</head>
@@ -38,5 +43,8 @@ body {
<a href="http://birdnetpi.local/phpsysinfo" target="content">System Info</a> |
<a href="http://birdnetpi.local/scripts/" target="content">Tools</a>
</p>
<div id="content2">
<img src="images/version.svg" class="ribbon"/>
</div>
</body>
</html>