summaryrefslogtreecommitdiff
path: root/service/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'service/templates/login.html')
-rw-r--r--service/templates/login.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/service/templates/login.html b/service/templates/login.html
index c2f5e78e..c60e9305 100644
--- a/service/templates/login.html
+++ b/service/templates/login.html
@@ -3,16 +3,16 @@
<head>
<title>Pixelated - Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" type="image/png" href="/startup-assets/favicon.png" />
- <link rel="stylesheet" type="text/css" href="/startup-assets/normalize.min.css" />
- <link rel="stylesheet" type="text/css" href="/startup-assets/pixelated.css" />
- <link rel="stylesheet" type="text/css" href="/startup-assets/opensans.css" />
+ <link rel="icon" type="image/png" href="/static/favicon.png" />
+ <link rel="stylesheet" type="text/css" href="/static/normalize.min.css" />
+ <link rel="stylesheet" type="text/css" href="/static/pixelated.css" />
+ <link rel="stylesheet" type="text/css" href="/static/opensans.css" />
</head>
<body>
<div class="content">
<div class="login">
- <img class="logo" src="/startup-assets/pixelated-logo-orange.svg" alt="Pixelated logo"/>
+ <img class="logo" src="/static/pixelated-logo-orange.svg" alt="Pixelated logo"/>
<p t:render="error_msg" class="error" ></p>