mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
9 lines
95 B
HTML
9 lines
95 B
HTML
<html>
|
|
<head>
|
|
<title>Hello</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello, world!</p>
|
|
</body>
|
|
</html>
|