mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
9 lines
108 B
HTML
9 lines
108 B
HTML
<html>
|
|
<head>
|
|
<title>Missing image</title>
|
|
</head>
|
|
<body>
|
|
<img src="notExist.png"/>
|
|
</body>
|
|
</html>
|