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 Dec 1, 2023
1 parent 9c1aa6e commit bec113c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/spinner.webp
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.webp" />
<img id="spinner" src="assets/spinner.svg" />
<script>
const spinner = document.getElementById("spinner");
spinner.classList.add("display");
Expand Down

0 comments on commit bec113c

Please sign in to comment.