-
-
Save kobitoDevelopment/c55b8578ee2416dce1c97e1948c122a3 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
| <!-- 画像パスに画像が存在しない場合は表示しない --> | |
| <img src="assets/images/icon.ng" onerror="this.remove()" alt="画像"> | |
| <!-- 画像パスに画像が存在しない場合はダミー画像を表示する --> | |
| <img src="assets/images/icon.ng" onerror="this.onerror=null;this.src='ダミー画像パス'" alt="画像"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment