feat: enable progressive web app

fix: update packages to fix vulnerabilities
docs: add documentation about trivy
This commit is contained in:
Miguel Ribeiro
2024-02-27 19:04:04 +01:00
committed by GitHub
parent caa97f1d55
commit a2a315e34d
19 changed files with 257 additions and 8 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ if (isset($_POST['username']) && isset($_POST['password'])) {
<link rel="apple-touch-icon" sizes="180x180" href="images/icon/apple-touch-icon.png">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="styles/login.css?<?= $version ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700">
<link rel="stylesheet" href="styles/barlow.css">
<link rel="stylesheet" href="styles/login-dark-theme.css?<?= $version ?>" id="dark-theme" <?= $theme == "light" ? "disabled" : "" ?>>
</head>
<body>