2020-01-03 21:29:21 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-09-21 04:12:10 +00:00
|
|
|
<base href="/">
|
2020-01-03 21:29:21 +00:00
|
|
|
<meta charset="utf-8" />
|
2022-02-04 00:27:33 +00:00
|
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
2022-02-16 00:35:45 +00:00
|
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
2020-01-03 21:29:21 +00:00
|
|
|
<meta
|
|
|
|
name="viewport"
|
2021-12-13 03:54:19 +00:00
|
|
|
content="width=device-width, initial-scale=1, maximum-scale=1"
|
2020-01-03 21:29:21 +00:00
|
|
|
/>
|
2022-03-09 21:24:13 +00:00
|
|
|
<meta name="theme-color" content="%COLOR%" />
|
2020-01-03 21:29:21 +00:00
|
|
|
<!--
|
|
|
|
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/
|
|
|
|
-->
|
2022-06-30 04:49:04 +00:00
|
|
|
<link rel="manifest" crossorigin="use-credentials" href="manifest.json" />
|
2020-01-03 21:29:21 +00:00
|
|
|
<title>Stash</title>
|
2021-11-19 02:30:21 +00:00
|
|
|
<script>window.STASH_BASE_URL = "/%BASE_URL%/"</script>
|
2020-01-03 21:29:21 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
<!--
|
|
|
|
This HTML file is a template.
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
|
|
-->
|
2021-11-18 01:32:04 +00:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2020-01-03 21:29:21 +00:00
|
|
|
</body>
|
|
|
|
</html>
|