summaryrefslogtreecommitdiff
path: root/src/admin/regkeys/index.html
diff options
context:
space:
mode:
authorcurly <curly@infernal.garden>2024-07-18 11:54:08 -0600
committercurly <curly@infernal.garden>2024-07-18 11:54:08 -0600
commit25bd00c21b4e389ebdbd487f0ecec8e9f2cf9fa3 (patch)
treefdeaaed284e639a5eb18f6041ed226aa9e9b337f /src/admin/regkeys/index.html
parentbb7cff0016a1bb95bd987b69b586c505418c1aeb (diff)
downloadpoko_web-25bd00c21b4e389ebdbd487f0ecec8e9f2cf9fa3.tar.gz
poko_web-25bd00c21b4e389ebdbd487f0ecec8e9f2cf9fa3.tar.bz2
poko_web-25bd00c21b4e389ebdbd487f0ecec8e9f2cf9fa3.zip
use html base and relative paths
Diffstat (limited to 'src/admin/regkeys/index.html')
-rw-r--r--src/admin/regkeys/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/admin/regkeys/index.html b/src/admin/regkeys/index.html
index 3b4d24b..9a7ca73 100644
--- a/src/admin/regkeys/index.html
+++ b/src/admin/regkeys/index.html
@@ -1,16 +1,18 @@
<!DOCTYPE html>
<head>
+ <base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="/main.css">
- <script src="/main.js" defer></script>
+ <link rel="stylesheet" href="main.css">
+ <script src="main.js" defer></script>
+ <link rel="icon" href="favicon.svg" type="image/svg">
<title>REGISTRATION KEYS</title>
</head>
<body onload="update_form_onload()">
<header>
- <a href="/user/">
+ <a href="user/">
<center class="button navbutton">USER</center>
</a>
- <a href="/admin/regkeys/">
+ <a href="admin/regkeys/">
<center class="button navbutton">REGISTRATION KEYS</center>
</a>
</header>