mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-12-03 19:55:16 -05:00
* Fixed some issues with base url. All Scheduled jobs are now in user's timezone * Hide Base Url support from UI and removed some code around it on the backend to prevent it from interfering. Patched back in changes from base-href branch like Timezone on scheduled jobs and enhanced logging. * Added parser support for "2000 AD 0366 [1984-04-28] (flopbie)" and removed for "01 Spiderman 01".
23 lines
993 B
HTML
23 lines
993 B
HTML
<!doctype html>
|
|
<html lang="en" role="main">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Kavita</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png">
|
|
<link rel="manifest" href="site.webmanifest">
|
|
<link rel="shortcut icon" href="assets/icons/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#4ac694">
|
|
<meta name="msapplication-config" content="assets/icons/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
</head>
|
|
<body class="mat-typography" theme="dark">
|
|
<app-root></app-root>
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
|
</body>
|
|
</html>
|