favicon hinzugefügt
All checks were successful
release-tag / release-image (push) Successful in 2m34s
All checks were successful
release-tag / release-image (push) Successful in 2m34s
This commit is contained in:
2
main.go
2
main.go
@@ -391,6 +391,7 @@ const loginForm = `
|
||||
<meta charset="UTF-8">
|
||||
<title>Login</title>
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
<div class="container mt-5">
|
||||
@@ -418,6 +419,7 @@ const htmlTemplate = `
|
||||
<meta charset="UTF-8">
|
||||
<title>Abgabe-Berechnung</title>
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
<div class="container mt-5">
|
||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 380 KiB |
Reference in New Issue
Block a user