Skip to content

Commit

Permalink
add blank alt to logo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Commenter25 authored Jan 13, 2023
1 parent 4120ed5 commit 1086496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- markdownlint-disable MD033 -->
# <img src="logo.svg" style="display:inline; height:1em; position:relative; top: 4px"> YAPL - Yet Another PreLoader
# <img src="logo.svg" alt="" style="display:inline; height:1em; position:relative; top: 4px"> YAPL - Yet Another PreLoader
The simplest JavaScript preloader I could think of. Probably too simple.

Made for a private web game, because everything else I found looked complicated and scary, so I just made my own thing because I'm insane. Released as I felt others might find it useful. Besides the rest of that game, this is my first JavaScript project, so it probably sucks. This requires ES6, but it's so basic I think it could be refactored for ES3. I won't, because if you want that, I think you're probably more insane than me.
Expand Down

0 comments on commit 1086496

Please sign in to comment.