mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
10 lines
137 B
HTML
10 lines
137 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Puppeteer Documentation</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hello world</h1>
|
||
|
</body>
|
||
|
</html>
|