2020-10-27 01:10:18 +01:00
|
|
|
<!doctype html>
|
2023-09-13 20:11:44 +02:00
|
|
|
<html lang="en" data-bs-theme="auto">
|
2020-10-27 01:10:18 +01:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2022-02-19 21:42:09 +01:00
|
|
|
<title>Paperless-ngx</title>
|
2020-10-27 01:10:18 +01:00
|
|
|
<base href="/">
|
2020-11-22 16:33:26 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2020-12-27 23:05:42 -08:00
|
|
|
<meta name="color-scheme" content="dark light">
|
2020-12-30 14:45:15 +01:00
|
|
|
<meta name="theme-color" content="#17541f" />
|
|
|
|
|
<link rel="manifest" href="manifest.webmanifest">
|
2020-10-27 01:10:18 +01:00
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2021-02-24 19:03:21 +01:00
|
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
2020-10-27 01:10:18 +01:00
|
|
|
</head>
|
2023-09-13 20:11:44 +02:00
|
|
|
<body>
|
2023-09-14 14:03:28 -07:00
|
|
|
<pngx-root></pngx-root>
|
2020-10-27 01:10:18 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|