mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
10 lines
111 B
HTML
10 lines
111 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Popup</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
I am a popup
|
||
|
</body>
|
||
|
</html>
|