diff options
Diffstat (limited to 'ext/welcome.html')
| -rw-r--r-- | ext/welcome.html | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/ext/welcome.html b/ext/welcome.html index e6104079..d15686a1 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -13,6 +13,7 @@      <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">      <link rel="stylesheet" type="text/css" href="/css/material.css">      <link rel="stylesheet" type="text/css" href="/css/settings.css"> +    <script src="/js/pages/welcome-main.js" type="module"></script>  </head>  <body> @@ -425,8 +426,5 @@      </div>  </div></div> -<!-- Scripts --> -<script src="/js/pages/welcome-main.js" type="module"></script> -  </body>  </html> |