Skip to content

Instantly share code, notes, and snippets.

@MurakamiShinyu
Last active July 24, 2023 01:51
Show Gist options
  • Select an option

  • Save MurakamiShinyu/9792a9c65380fd0b0dea26e54315d257 to your computer and use it in GitHub Desktop.

Select an option

Save MurakamiShinyu/9792a9c65380fd0b0dea26e54315d257 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!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>
<!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>
<!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>
<!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>
<!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>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment