Skip to content

Commit

Permalink
refactor: optimize ui
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 1, 2024
1 parent 3c37a28 commit 697297f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>template.inte</title>
<title>Lucid</title>
<link rel="icon" href="/favicon.ico">
<style>
.js-required>div {
Expand Down Expand Up @@ -33,6 +33,7 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script src="/libv86.js"></script>
<noscript>
<div class="js-required">
<div class="title">
Expand Down

0 comments on commit 697297f

Please sign in to comment.