chore: updated meta 152f49a3
Steve · 2026-01-13 22:47 11 file(s) · +27 −2
README.md +3 −1
1 -
# Document Feeds
1 +
# Docs.surf
2 +
3 +
![cover](./packages/client/public/og.png)
2 4
3 5
A monorepo for indexing and displaying [Standard.site](https://standard.site) documents from the AT Protocol, powered by Cloudflare Workers, D1, and Queues.
4 6
packages/client/index.html +23 −1
2 2
<html lang="en">
3 3
  <head>
4 4
    <meta charset="UTF-8" />
5 +
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
6 +
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
7 +
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
8 +
    <link rel="manifest" href="/site.webmanifest">
5 9
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 -
    <title>docs.surf</title>
10 +
    <!-- HTML Meta Tags -->
11 +
    <title>Docs.surf</title>
12 +
    <meta name="description" content="Aggregator for publications and documents on the open web">
13 +
14 +
    <!-- Facebook Meta Tags -->
15 +
    <meta property="og:url" content="https://docs.surf">
16 +
    <meta property="og:type" content="website">
17 +
    <meta property="og:title" content="Docs.surf">
18 +
    <meta property="og:description" content="Aggregator for publications and documents on the open web">
19 +
    <meta property="og:image" content="/og.png">
20 +
21 +
    <!-- Twitter Meta Tags -->
22 +
    <meta name="twitter:card" content="summary_large_image">
23 +
    <meta property="twitter:domain" content="docs.surf">
24 +
    <meta property="twitter:url" content="https://docs.surf">
25 +
    <meta name="twitter:title" content="Docs.surf">
26 +
    <meta name="twitter:description" content="Aggregator for publications and documents on the open web">
27 +
    <meta name="twitter:image" content="/og.png">
28 +
7 29
  </head>
8 30
  <body>
9 31
    <div id="root"></div>
packages/client/public/android-chrome-192x192.png (added) +0 −0

Binary file — no preview.

packages/client/public/android-chrome-512x512.png (added) +0 −0

Binary file — no preview.

packages/client/public/apple-touch-icon.png (added) +0 −0

Binary file — no preview.

packages/client/public/favicon-16x16.png (added) +0 −0

Binary file — no preview.

packages/client/public/favicon-32x32.png (added) +0 −0

Binary file — no preview.

packages/client/public/favicon.ico (added) +0 −0

Binary file — no preview.

packages/client/public/icon.png (added) +0 −0

Binary file — no preview.

packages/client/public/og.png (added) +0 −0

Binary file — no preview.

packages/client/public/site.webmanifest (added) +1 −0
1 +
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}