-
Notifications
You must be signed in to change notification settings - Fork 4
/
first-run.html
33 lines (32 loc) · 1.06 KB
/
first-run.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
31
32
33
<!DOCTYPE html>
<html lang="en">
<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" />
<title>Sponsored Content Remover</title>
<link rel="stylesheet" href="./src/first-run.css" />
</head>
<body>
<article>
<h1>Thank you for installing <mark>Butter</mark></h1>
<p>
Go to
<a href="https://youtube.com" target="_blank">youtube.com</a>
and click the icon in the top right of your browser to get started.
</p>
<img
src="./public/butter-screenshot.webp"
alt="extension screenshot, showing the browser actions window and the extension icon"
/>
<p>
For more information, visit
<a href="https://butter.sonnet.io">butter.sonnet.io</a>.
</p>
</article>
<footer>
Made by 🐐 and <a href="https://sonnet.io">Rafal Pastuszak</a>. Come and
<a href="https://sonnet.io/posts/hi">say hi</a>. Butter now or never!
</footer>
</body>
</html>