aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/base.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-10 00:14:17 +0900
committernsfisis <nsfisis@gmail.com>2024-08-10 00:14:17 +0900
commitb450648caa0d1bd5c91e67a33153bbacaf57f006 (patch)
tree8dce01b8eb398759a3abdb97d3d333b52738c768 /backend/admin/templates/base.html
parenta7342525e5e4052113e6d5e75b6fd50c91687514 (diff)
downloadiosdc-japan-2024-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.tar.gz
iosdc-japan-2024-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.tar.zst
iosdc-japan-2024-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.zip
feat: prepend base path
Diffstat (limited to 'backend/admin/templates/base.html')
-rw-r--r--backend/admin/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/admin/templates/base.html b/backend/admin/templates/base.html
index 4bcdbdd..49e2066 100644
--- a/backend/admin/templates/base.html
+++ b/backend/admin/templates/base.html
@@ -2,9 +2,9 @@
<html>
<head>
<title>ADMIN {{ .Title }} | iOSDC Japan 2024 Albatross.swift</title>
- <link rel="icon" href="/favicon.svg">
- <link rel="stylesheet" href="/admin/css/normalize.css">
- <link rel="stylesheet" href="/admin/css/sakura.css">
+ <link rel="icon" href="/iosdc-japan/2024/code-battle/favicon.svg">
+ <link rel="stylesheet" href="/iosdc-japan/2024/code-battle/admin/css/normalize.css">
+ <link rel="stylesheet" href="/iosdc-japan/2024/code-battle/admin/css/sakura.css">
</head>
<body>
<section>