forked from simonw/puppeteer-screenshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 793 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Screenshot as a service</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Screenshot as a service</h1>
<p>Please provide a path to a website or choose one of the following:</p>
<ul>
<li><a href="/google.com">/google.com</a></li>
<li><a href="/zeit.co/blog?type=png">/zeit.co/blog?type=png</a></li>
<li><a href="/zeit.co/about?fullPage=true">/zeit.co/about?fullPage=true</a></li>
<li><a href="/example.com?type=jpeg&quality=75&fullPage=true">/example.com?type=jpeg&quality=75&fullPage=true</a></li>
</ul>
</body>
</html>