summaryrefslogtreecommitdiff
path: root/public/templates/embed.html
diff options
context:
space:
mode:
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>