2020-12-24 02:37:23 +03:30
|
|
|
<!DOCTYPE html>
|
2023-02-13 20:20:08 +03:30
|
|
|
<html>
|
2020-12-24 15:02:03 +03:30
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
2023-06-05 00:58:21 +02:00
|
|
|
<link rel="icon" href="/favicon.ico"/>
|
2020-12-24 15:02:03 +03:30
|
|
|
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width"/>
|
|
|
|
|
<meta name="theme-color" content="#000000"/>
|
2020-12-24 02:37:23 +03:30
|
|
|
<meta
|
2020-12-24 15:02:03 +03:30
|
|
|
name="description"
|
2021-02-24 11:55:43 +03:30
|
|
|
content="A manga reader that runs tachiyomi's extensions"
|
2020-12-24 02:37:23 +03:30
|
|
|
/>
|
2023-06-05 00:58:21 +02:00
|
|
|
<link rel="apple-touch-icon" href="/favicon.png"/>
|
2020-12-24 02:37:23 +03:30
|
|
|
<!--
|
|
|
|
|
manifest.json provides metadata used when your web app is installed on a
|
|
|
|
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
|
|
|
-->
|
2023-06-05 00:58:21 +02:00
|
|
|
<link rel="manifest" href="/manifest.json"/>
|
2024-01-05 20:11:29 +01:00
|
|
|
<title>Suwayomi</title>
|
2020-12-24 15:02:03 +03:30
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
|
<div id="root"></div>
|
2023-06-05 00:58:21 +02:00
|
|
|
<script type="module" src="./src/index.tsx"></script>
|
2020-12-24 15:02:03 +03:30
|
|
|
<!--
|
|
|
|
|
This HTML file is a template.
|
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
2020-12-24 02:37:23 +03:30
|
|
|
|
2020-12-24 15:02:03 +03:30
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
2020-12-24 02:37:23 +03:30
|
|
|
|
2020-12-24 15:02:03 +03:30
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
|
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
|
|
|
-->
|
|
|
|
|
</body>
|
2020-12-24 02:37:23 +03:30
|
|
|
</html>
|