summaryrefslogtreecommitdiff
path: root/public/templates/embed.html
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-07-08 23:55:26 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-07-08 23:55:26 -0400
commite3eda7de0e63d5b8d12cc164b020ec3cf2199426 (patch)
tree43503df65c0555f41d14cdaad7ef525d672bc142 /public/templates/embed.html
parentalpine docker went boomed (diff)
downloadbucket-e3eda7de0e63d5b8d12cc164b020ec3cf2199426.tar.gz
bucket-e3eda7de0e63d5b8d12cc164b020ec3cf2199426.tar.bz2
bucket-e3eda7de0e63d5b8d12cc164b020ec3cf2199426.zip
dont force root
Diffstat (limited to 'public/templates/embed.html')
-rw-r--r--public/templates/embed.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/templates/embed.html b/public/templates/embed.html
index d1fbf4a..312695c 100644
--- a/public/templates/embed.html
+++ b/public/templates/embed.html
@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<base target="_parent">
- <link rel="stylesheet" href="/static/main.css">
+ <link rel="stylesheet" href="static/main.css">
{% if theme == "white" %}
- <link rel="stylesheet" href="/static/white.css">
+ <link rel="stylesheet" href="static/white.css">
{% endif %}
</head>
<body>