2020-01-03 21:29:21 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2023-02-16 03:06:44 +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%" />
|
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>
|
2023-02-16 03:06:44 +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>
|
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>
|