-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description" content="Safari extension to save articles to Pinboard.in">
<title>PinButton - Safari Pinboard.in Extension</title>
<link href="styles.css" rel="stylesheet">
</head>
<body class="font-sans h-100 bg-gray-700">
<main class="flex text-center items-center justify-center flex-col pt-20">
<h1 class="text-gray-300 font-semibold text-4xl px-8">PinButton</h1>
<p class="text-gray-300">Safari extension to save articles to Pinboard.in</p>
<div class="pt-8 pb-4">
<a href="https://apps.apple.com/app/id1467460892?mt=12">
<img src="appstore.svg" alt="Screeshot example of app">
</a>
</div>
<div class="p-8">
<img src="screenshot.png" class="m-auto">
</div>
<a href="/privacy.html" class="text-gray-400 pt-4Init">Privacy Policy</a>
</main>
</body>
</html>