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 8ef94f1 commit f775df6
Showing 1 changed file with 1 addition and 1 deletion.
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.svg" />
<img id="spinner" src="assets/spinner.svg" mimetype="image/svg+xml" />
<script>
const spinner = document.getElementById("spinner");
spinner.classList.add("display");
Expand Down

0 comments on commit f775df6

Please sign in to comment.