chromedp/testdata/image.html

10 lines
302 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>this is title</title>
</head>
<body style="background-color: #41a1e1">
<img id="icon-brankas" src="images/brankas.png" alt="Brankas - Easy Money Management">
<img id="icon-github" src="images/github.png" alt="How people build software">
</body>
</html>