Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
/ imageCheck Public archive

Checks for validity of image source references in a html files which use the <img src="./path/to/image"> tag explicitly in the markup.

License

Notifications You must be signed in to change notification settings

cyrusfirheir/imageCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageCheck

Checks for validity of image source references in html files.

Does NOT work with dynamically referenced image links (which use variables to insert the filename).

Is based on file extensions, so can return false alarms. But it will not miss any mention of these following extensions: .png .jpg .jpeg .gif .svg .webp .webm .mp4

Download for:

The base file arrangement:

Run index-win.exe (or index-linux / index-macos) from here after placing your files in /checker.

iC-01

Inside /checker:

iC-02

Enter your html file name:

Press to use default name (index.html).

iC-03

When every source is working fine:

iC-04

When something's missing:

iC-05

About

Checks for validity of image source references in a html files which use the <img src="./path/to/image"> tag explicitly in the markup.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published