Add develop only script tag to index.html
This commit is contained in:
parent
5e7432b5de
commit
f7bfab6e08
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
|||
<meta name="description" content="A matrix chat application">
|
||||
<link rel="apple-touch-icon" href="./assets/icon-maskable.png">
|
||||
<link rel="icon" type="image/png" href="assets/icon-maskable.png">
|
||||
<link rel="stylesheet" type="text/css" href="./ui/css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="./ui/css/themes/element/theme.css">
|
||||
<script type="module"> import "@theme/default"; </script>
|
||||
</head>
|
||||
<body class="hydrogen">
|
||||
<script id="main" type="module">
|
||||
|
|
Reference in a new issue