summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'srv/src/http/tpl/base.html')
-rw-r--r--srv/src/http/tpl/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/srv/src/http/tpl/base.html b/srv/src/http/tpl/base.html
index 595ffe3..64b5ac3 100644
--- a/srv/src/http/tpl/base.html
+++ b/srv/src/http/tpl/base.html
@@ -2,8 +2,8 @@
<html>
<head>
- <link rel="stylesheet" href="{{ StaticURL "new.css" }}">
- <link rel="stylesheet" href="{{ StaticURL "mediocre.css" }}">
+ <style>{{ StaticInlineCSS "new.css" }}</style>
+ <style>{{ StaticInlineCSS "mediocre.css" }}</style>
</head>
<body>