mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
18 lines
550 B
HTML
18 lines
550 B
HTML
<!doctype html>
|
|
<html lang="en" data-bs-theme="auto">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Paperless-ngx</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="color-scheme" content="dark light">
|
|
<meta name="theme-color" content="#17541f" />
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
|
</head>
|
|
<body>
|
|
<pngx-root></pngx-root>
|
|
</body>
|
|
</html>
|