Fix absolute paths
This commit is contained in:
parent
5a7c2ea53f
commit
e83428471c
@ -1,12 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/ui/favicon.ico" />
|
||||
<link rel="icon" href="./ui/favicon.ico" />
|
||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Restreamer – Video-Streaming" />
|
||||
<link rel="apple-touch-icon" href="/ui/logo192.png" />
|
||||
<link rel="manifest" href="/ui/manifest.json" />
|
||||
<link rel="apple-touch-icon" href="./ui/logo192.png" />
|
||||
<link rel="manifest" href="./ui/manifest.json" />
|
||||
<title>Restreamer</title>
|
||||
<style>
|
||||
html {
|
||||
@ -58,7 +58,7 @@
|
||||
</p>
|
||||
<p>
|
||||
<hr>
|
||||
<a href='/ui'>Did you mean to go to the admin panel?</a>
|
||||
<a href='./ui/'>Did you mean to go to the admin panel?</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user