forked from RemiixInc/screenshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Screenshot API - Take screenshots of webpages</title>
<meta name="title" content="Screenshot API - Take screenshots of webpages">
<meta name="description" content="Serverless API to take screenshots of websites with Puppeteer.">
<link rel="icon" href="https://emojicdn.elk.sh/%F0%9F%93%B8?style=apple" type="image/x-icon" />
<link rel="shortcut icon" href="https://emojicdn.elk.sh/%F0%9F%93%B8?style=apple" type="image/x-icon" />
<!-- Imports -->
<link rel="stylesheet" href="https://newcss.net/theme/night.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css">
</head>
<body>
<header>
<h1>Screenshot API 📸</h1>
<h4 style="font-weight: normal;">Serverless API to take screenshots of websites with Puppeteer.</h4>
</header>
<h3>Example</h3>
<p><a href="https://s.vercel.app/api?url=https://google.com&width=1280&height=720">https://s.vercel.app/api?url=https://google.com&width=1280&height=720</a></p>
<br>
<p><b>Deploy your own screenshot API for free:</b></p>
<p><a href="https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2FRemiixInc%2Fscreenshot"><img src="https://vercel.com/button" alt="Deploy with Vercel"></a></p>
<hr>
<footer>A project by <a href="https://kizzles.dev">Kieran</a>. View the source on <a href="https://github.com/RemiixInc/screenshot">GitHub</a>.</p>
</body>
</html>