Skip to content

Commit 42aa0e0

Browse files
authored
Create index.html
1 parent cda6c0f commit 42aa0e0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<!-- Primary Meta Tags -->
8+
<title>Screenshot API - Take screenshots of webpages</title>
9+
<meta name="title" content="Screenshot API - Take screenshots of webpages">
10+
<meta name="description" content="Serverless API to take screenshots of websites with Puppeteer.">
11+
<link rel="icon" href="https://emojicdn.elk.sh/%F0%9F%93%B8?style=apple" type="image/x-icon" />
12+
<link rel="shortcut icon" href="https://emojicdn.elk.sh/%F0%9F%93%B8?style=apple" type="image/x-icon" />
13+
<!-- Imports -->
14+
<link rel="stylesheet" href="https://newcss.net/theme/night.css">
15+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
16+
</head>
17+
<body>
18+
<header>
19+
<h1>Screenshot API &nbsp;&#128248;</h1>
20+
<h4 style="font-weight: normal;">Serverless API to take screenshots of websites with Puppeteer.</h4>
21+
</header>
22+
<h2 id="example">Example</h2>
23+
<p><a href="https://s.vercel.app/api?url=https://google.com&amp;width=1280&amp;height=720">https://s.vercel.app/api?url=https://google.com&amp;width=1280&amp;height=720</a></p>
24+
<h3 id="deploy-your-own-screenshot-api-for-free-">Deploy your own screenshot API for free:</h3>
25+
<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>
26+
<hr>
27+
<footer>A project by <a href="https://kizzles.dev">Kieran</a>.</p>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)