9 lines
108 B
HTML
9 lines
108 B
HTML
<html>
|
|
<head>
|
|
<title>Missing image</title>
|
|
</head>
|
|
<body>
|
|
<img src="notExist.png"/>
|
|
</body>
|
|
</html>
|