mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-28 02:19:31 +00:00
23 lines
1000 B
Diff
23 lines
1000 B
Diff
diff --git a/sfe/templates/layout.html b/sfe/templates/layout.html
|
|
index ded5d495f..009aa7de2 100644
|
|
--- a/sfe/templates/layout.html
|
|
+++ b/sfe/templates/layout.html
|
|
@@ -4,14 +4,14 @@
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
- <title>Let's Encrypt - Portal</title>
|
|
- <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
|
+ <title>Self-Service Portal | LabCA</title>
|
|
+ <link rel="icon" type="image/png" href="/img/fav-public.png">
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="container">
|
|
- <img src="/static/logo.svg" alt="Let's Encrypt" id="logo">
|
|
+ <a class="navbar-brand" href="/" style="text-decoration: none;color: #777;font-size: 18px;font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;padding: 10px 20px;"><!-- BEGIN WEBTITLE -->LabCA<!-- END WEBTITLE --></a>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|