mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-02-05 04:43:37 +01:00
Fix routing (#43)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="/flask.png?v=1">
|
||||
<title>Catalyst</title>
|
||||
</head>
|
||||
<body>
|
||||
@@ -12,8 +11,5 @@
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<script>let global = globalThis;</script>
|
||||
<script type="module" src="./src/main.ts"></script>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user