Last active
July 24, 2023 01:51
-
-
Save MurakamiShinyu/9792a9c65380fd0b0dea26e54315d257 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>TEST BROKEN SVG IMG</title> | |
| </head> | |
| <body> | |
| <p>BROKEN SVG IMAGE:</p> | |
| <img src="broken.svg"/> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>TEST BROKEN SVG IMG</title> | |
| </head> | |
| <body> | |
| <p>BROKEN SVG IMAGE:</p> | |
| <img src="broken2.svg"/> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>TEST BROKEN SVG IMG</title> | |
| </head> | |
| <body> | |
| <p>BROKEN SVG IMAGE:</p> | |
| <img src="broken3.svg"/> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>TEST ERR IMG</title> | |
| </head> | |
| <body> | |
| <p>ERROR IMAGE:</p> | |
| <img src="error-image"/> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>TEST SVG IMG</title> | |
| </head> | |
| <body> | |
| <p>W3C Logo (SVG):</p> | |
| <img src="W3C.svg"/> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment