-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
22 lines (21 loc) · 805 Bytes
/
Copy pathdocs.html
File metadata and controls
22 lines (21 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪠</text></svg>"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>indigest — api docs</title>
<meta property="og:title" content="indigest" />
<meta property="og:description" content="privacy-conscious slack bridge for api, webhook, rss, and pub/sub" />
<meta property="og:image" content="/assets/thumbnail.png" />
<link rel="stylesheet" href="./src/web/style.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/web/docs.tsx"></script>
</body>
</html>