The Appview for the kipclip.com atproto bookmarking service
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>kipclip - Find it, Kip it</title>
7 <meta
8 name="description"
9 content="Save and organize your bookmarks on the AT Protocol. Find it, Kip it."
10 >
11
12 <!-- Open Graph / Facebook -->
13 <meta property="og:type" content="website">
14 <meta property="og:url" content="https://kipclip.com/">
15 <meta
16 property="og:title"
17 content="kipclip - Find it, Kip it"
18 >
19 <meta
20 property="og:description"
21 content="Save and organize your bookmarks on the AT Protocol. Bookmark from anywhere with our bookmarklet, iOS shortcut, or PWA."
22 >
23 <meta
24 property="og:image"
25 content="https://cdn.kipclip.com/images/kip-satchel.png"
26 >
27 <meta property="og:image:width" content="1024">
28 <meta property="og:image:height" content="1024">
29 <meta
30 property="og:image:alt"
31 content="Kip the chicken with a satchel - kipclip mascot"
32 >
33
34 <!-- Twitter -->
35 <meta name="twitter:card" content="summary_large_image">
36 <meta name="twitter:url" content="https://kipclip.com/">
37 <meta
38 name="twitter:title"
39 content="kipclip - Find it, Kip it"
40 >
41 <meta
42 name="twitter:description"
43 content="Save and organize your bookmarks on the AT Protocol. Bookmark from anywhere with our bookmarklet, iOS shortcut, or PWA."
44 >
45 <meta
46 name="twitter:image"
47 content="https://cdn.kipclip.com/images/kip-satchel.png"
48 >
49 <meta
50 name="twitter:image:alt"
51 content="Kip the chicken with a satchel - kipclip mascot"
52 >
53
54 <!-- Favicons -->
55 <link
56 rel="icon"
57 type="image/x-icon"
58 href="https://cdn.kipclip.com/favicons/favicon.ico"
59 >
60 <link
61 rel="icon"
62 type="image/png"
63 sizes="16x16"
64 href="https://cdn.kipclip.com/favicons/favicon-16x16.png"
65 >
66 <link
67 rel="icon"
68 type="image/png"
69 sizes="32x32"
70 href="https://cdn.kipclip.com/favicons/favicon-32x32.png"
71 >
72 <link
73 rel="apple-touch-icon"
74 href="https://cdn.kipclip.com/favicons/apple-touch-icon.png"
75 >
76 <link rel="manifest" href="/static/manifest.webmanifest">
77
78 <!-- Mobile meta -->
79 <meta name="theme-color" content="#FF6B6B">
80
81 <link rel="stylesheet" href="/frontend/style.css">
82 <script src="https://cdn.twind.style" crossorigin></script>
83 <script src="https://esm.town/v/std/catch"></script>
84 <script type="module" src="/frontend/js/actor-typeahead.js"></script>
85 </head>
86 <body>
87 <div id="root"></div>
88 <script type="module" src="/static/bundle.js"></script>
89 </body>
90</html>