Skip to content

Commit

Permalink
FIX: flicker during loading
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenMan36 committed Aug 24, 2024
1 parent 39f5e32 commit 9a2ad8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
document.write("<scr" + "ipt>eruda.add(erudaVue);</scr" + "ipt>");
})();
</script>
<style>
body {
background-color: black;
color: white;
}
</style>
</head>

<body>
Expand Down

0 comments on commit 9a2ad8f

Please sign in to comment.