Chess on the ATmosphere checkmate.blue
chess
13
fork

Configure Feed

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

at main 25 lines 1.1 kB view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="theme-color" content="#1d9bf0" /> 7 <link rel="manifest" href="/manifest.json" /> 8 <link rel="apple-touch-icon" href="/icon-192.png" /> 9 <title>checkmate.blue</title> 10 <meta name="description" content="Chess on the Atmosphere" /> 11 <meta property="og:type" content="website" /> 12 <meta property="og:title" content="checkmate.blue" /> 13 <meta property="og:description" content="Chess on the Atmosphere" /> 14 <meta property="og:image" content="https://checkmate.blue/og-image.png" /> 15 <meta property="og:url" content="https://checkmate.blue" /> 16 <meta name="twitter:card" content="summary_large_image" /> 17 <meta name="twitter:title" content="checkmate.blue" /> 18 <meta name="twitter:description" content="Chess on the Atmosphere" /> 19 <meta name="twitter:image" content="https://checkmate.blue/og-image.png" /> 20 %sveltekit.head% 21 </head> 22 <body data-sveltekit-preload-data="hover"> 23 <div style="display: contents">%sveltekit.body%</div> 24 </body> 25</html>