Read-it-later social network
at feat/hide-empty-publications 23 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 <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥔</text></svg>"> 7 <meta property="og:type" content="website" /> 8 <meta property="og:url" content="https://potatonet.app" /> 9 <meta property="og:title" content="potatonet" /> 10 <meta property="og:description" content="Find your next read in the network" /> 11 <meta property="og:image" content="https://potatonet.app/potatonet-og.png" /> 12 <meta property="og:image:alt" content="An ASCII potato with planet ring surrounding it; potatonet; Find your next read in the network" /> 13 <script 14 defer 15 src="https://assets.onedollarstats.com/stonks.js" 16 data-debug="potatonet.app" 17 ></script> 18 %sveltekit.head% 19 </head> 20 <body data-sveltekit-preload-data="hover"> 21 <div style="display: contents">%sveltekit.body%</div> 22 </body> 23</html>