Skip to content

Commit

Permalink
dev: just boot wanix. simplify loading css
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 2, 2024
1 parent 4321873 commit f536360
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<head>
<style>
body {
background-color: #101010;
background-image: url(./loading.gif);
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
background: #101010 url(./loading.gif) 50% no-repeat center;
}
</style>
</head>
<body>
<script src="./wanix-bootloader.js"></script>
<script>localStorage.setItem("jazz:enabled", "true"); bootWanix()</script>
<script>
bootWanix()
</script>
</body>
</html>

0 comments on commit f536360

Please sign in to comment.