stash/ui/v2.5/index.html

25 lines
736 B
HTML
Raw Normal View History

2020-01-03 21:29:21 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/" />
2020-01-03 21:29:21 +00:00
<meta charset="utf-8" />
<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"
content="width=device-width, initial-scale=1, maximum-scale=1"
2020-01-03 21:29:21 +00:00
/>
<meta name="theme-color" content="%COLOR%" />
<link rel="manifest" crossorigin="use-credentials" href="manifest.json" />
2020-01-03 21:29:21 +00:00
<title>Stash</title>
<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>
<script type="module" src="/src/index.tsx"></script>
2020-01-03 21:29:21 +00:00
</body>
</html>