social bookmarking for atproto
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 name="viewport" content="width=device-width, initial-scale=1" /> 12 <link rel="icon" type="image/ico" href="src/assets/favicon.ico" /> 13 <link rel="stylesheet" href="src/styles/index.css" /> 14 <meta property="og:title" content="clippr" /> 15 <meta property="og:type" content="website" /> 16 <meta property="og:url" content="https://clippr.social" /> 17 <meta 18 property="og:description" 19 content="A social bookmarking service for the AT Protocol." 20 /> 21 <meta 22 property="description" 23 content="A social bookmarking service for the AT Protocol." 24 /> 25 <title>clippr</title> 26 <script src="src/index.tsx" type="module"></script> 27 </head> 28 <body id="root"> 29 <noscript 30 >You need to enable JavaScript to run this app. Yes, we know this is 31 inconvenient.</noscript 32 > 33 </body> 34</html>