This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 1.7 kB View raw
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="utf-8" /> 5 <link rel="icon" href="https://cred.blue/favicon.ico" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <meta name="theme-color" content="#000000" /> 8 <meta name="shortcut-version" content="1.1" /> 9 10 <!-- Basic Meta Tags --> 11 <meta name="description" content="Generate a Bluesky score. Understand your AT Proto data footprint. Vibe check strangers and new accounts." /> 12 <title>cred.blue</title> 13 14 <!-- OpenGraph Meta Tags --> 15 <meta property="og:title" content="cred.blue" /> 16 <meta property="og:description" content="Generate a Bluesky score. Understand your AT Proto data footprint. Vibe check strangers and new accounts." /> 17 <meta property="og:image" content="https://cred.blue/cred-blue-banner.png" /> 18 <meta property="og:url" content="https://cred.blue" /> 19 <meta property="og:type" content="website" /> 20 21 <!-- Twitter Card Meta Tags --> 22 <meta name="twitter:card" content="summary_large_image" /> 23 <meta name="twitter:title" content="cred.blue" /> 24 <meta name="twitter:description" content="Generate a Bluesky score. Understand your AT Proto data footprint. Vibe check strangers and new accounts." /> 25 <meta name="twitter:image" content="https://cred.blue/cred-blue-banner.png" /> 26 27 <link rel="apple-touch-icon" href="https://cred.blue/credblue-logo-small.png" /> 28 <link rel="manifest" href="https://cred.blue/manifest.json" /> 29 <link rel="stylesheet" href="https://use.typekit.net/yhs0sil.css"> 30</head> 31<body> 32 <noscript>You need to enable JavaScript to run this app.</noscript> 33 <div id="root"></div> 34</body> 35</html>