social bookmarking for atproto
at main 1.1 kB view raw
1<!-- 2 ~ clippr: a social bookmarking service for the AT Protocol 3 ~ Copyright (c) 2025 clippr contributors. 4 ~ SPDX-License-Identifier: AGPL-3.0-only 5 --> 6 7<!doctype html> 8<html lang="en"> 9 <head> 10 <meta charset="UTF-8" /> 11 <meta content="IE=edge" http-equiv="X-UA-Compatible" /> 12 <meta content="width=device-width, initial-scale=1.0" name="viewport" /> 13 <link href="main.css" rel="stylesheet" /> 14 <title>clippr-BE</title> 15 </head> 16 <body> 17 <div id="container"> 18 <header> 19 <p>clippr-BE</p> 20 </header> 21 <main> 22 <p>Welcome to the <b>clippr</b> appview!</p> 23 <h3>Links</h3> 24 <ul> 25 <li> 26 <a href="/docs">API Documentation</a> 27 </li> 28 <li> 29 <a href="/llms.txt">LLMs.txt</a> 30 </li> 31 <li> 32 <a href="http://tangled.sh/@hexmani.ac/clippr">Source Code</a> 33 </li> 34 </ul> 35 </main> 36 <footer> 37 <br /> 38 <small> 39 Copyright © clippr contributors 2025 | This software is released 40 under the 41 <a href="https://www.gnu.org/licenses/agpl-3.0.en.html#license-text" 42 >AGPL</a 43 > 44 </small> 45 </footer> 46 </div> 47 </body> 48</html>