Skip to content

Commit

Permalink
Fix html not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Sep 9, 2024
1 parent 296a48c commit f0cc63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en" data-bs-theme="dark"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>KegMon</title><meta name="theme-color" content="#712cf9"><script defer="defer" src="/js/app.js"></script><link href="/css/app.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but KegMon doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="en" data-bs-theme="dark"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>KegMon</title><meta name="theme-color" content="#712cf9"><script type="module" src="/js/app.js"></script><link href="/css/app.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but KegMon doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

0 comments on commit f0cc63d

Please sign in to comment.