paperless-ngx/src-ui/src/index.html

14 lines
316 B
HTML
Raw Normal View History

2020-10-27 01:10:18 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2020-11-22 16:39:25 +01:00
<title>Paperless-ng</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-10-27 01:10:18 +01:00
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>