mirror of
https://github.com/datarhei/restreamer.git
synced 2025-12-11 22:14:02 +01:00
Fix absolute paths
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user