Currently the HTML file images are routed through Creator's System.
Find and replace in your program
"C:\Users\taylo\OneDrive\Documents\Poké-Paradise\Images\"
to just "Images\" . It allows images to work on any system, and should only keep the html looking nearby instead of through tons of folders.
It will only work on your system otherwise. Should fix the image issues on other systems. There will still be issues, but should fix at least the image issue past the Null Eevee.
Thank you! After putting all the hard work into it you deserve the images to be seen. I had no idea I could alter HTML files myself, but what I did was opening the file with my Editor program and replacing the image path mentioned above including the img src quot part before that (after some online research) by
img src="Images\
I have no idea whether that has destroyed something, but for the beginning of the game it seems to work and I can see the images now.