Helmut K. C. Tessarek
2 years ago
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
4 changed files with
3 additions and
2 deletions
-
src/api/web.rs
-
BIN
src/static/images/vaultwarden-favicon.png
-
src/static/templates/404.hbs
-
src/static/templates/admin/base.hbs
|
|
@ -101,6 +101,7 @@ pub fn static_files(filename: String) -> Result<(ContentType, &'static [u8]), Er |
|
|
|
"error-x.svg" => Ok((ContentType::SVG, include_bytes!("../static/images/error-x.svg"))), |
|
|
|
"hibp.png" => Ok((ContentType::PNG, include_bytes!("../static/images/hibp.png"))), |
|
|
|
"vaultwarden-icon.png" => Ok((ContentType::PNG, include_bytes!("../static/images/vaultwarden-icon.png"))), |
|
|
|
"vaultwarden-favicon.png" => Ok((ContentType::PNG, include_bytes!("../static/images/vaultwarden-favicon.png"))), |
|
|
|
"bootstrap.css" => Ok((ContentType::CSS, include_bytes!("../static/scripts/bootstrap.css"))), |
|
|
|
"bootstrap-native.js" => Ok((ContentType::JavaScript, include_bytes!("../static/scripts/bootstrap-native.js"))), |
|
|
|
"jdenticon.js" => Ok((ContentType::JavaScript, include_bytes!("../static/scripts/jdenticon.js"))), |
|
|
|
Width:
|
Height:
|
Size: 1.6 KiB
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
|
|
|
<meta name="robots" content="noindex,nofollow" /> |
|
|
|
<link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-icon.png"> |
|
|
|
<link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> |
|
|
|
<title>Page not found!</title> |
|
|
|
<link rel="stylesheet" href="{{urlpath}}/vw_static/bootstrap.css" /> |
|
|
|
<style> |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
|
|
|
<meta name="robots" content="noindex,nofollow" /> |
|
|
|
<link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-icon.png"> |
|
|
|
<link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> |
|
|
|
<title>Vaultwarden Admin Panel</title> |
|
|
|
<link rel="stylesheet" href="{{urlpath}}/vw_static/bootstrap.css" /> |
|
|
|
<style> |
|
|
|