Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 14, 2024
1 parent 8433f8c commit 6c0ee7b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added assets/hourglass.webp
Binary file not shown.
Binary file removed assets/spinner.avif
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<body>
<div class="container">
<canvas id="canvas" oncontextmenu="event.preventDefault()"></canvas>
<img id="spinner" src="assets/spinner.avif" />
<img id="spinner" src="assets/hourglass.webp" />
<script>
const spinner = document.getElementById("spinner");
spinner.classList.add("display");
Expand Down

0 comments on commit 6c0ee7b

Please sign in to comment.