not my website
0
fork

Configure Feed

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

at 4856cc899bbc5a57fa0e4a19c65bd1cbb398b8c1 20 lines 643 B 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.0" /> 6 7 <link rel="preconnect" href="https://fonts.googleapis.com"> 8 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 9 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet"> 10 11 <title>🐈 naomieow</title> 12 13 <script type="module" src="/priv/static/website.mjs"></script> 14 <link rel="stylesheet" href="/priv/static/website.css"> 15 </head> 16 17 <body style="margin: 0;"> 18 <div id="app"></div> 19 </body> 20</html>