my personal website! meowing.zip
website
0
fork

Configure Feed

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

awesome

Niko b6d40e57 c738ff17

+37 -1
+2 -1
notes.html
··· 27 27 <div> 28 28 <a>some things i've jot down..</a> 29 29 </div> 30 - <a href style="color: var(--accent);">test?</a><a style="color: var(--subtext);"> - 2026-04-27T12:04:03Z<a> 30 + <div><a href="./test-2.html" style="color: var(--accent);">test... 2!</a><a style="color: var(--subtext);"> - 2026-04-27T12:13:32Z<a></div> 31 + <div><a href="./test.html" style="color: var(--accent);">test?</a><a style="color: var(--subtext);"> - 2026-04-27T12:04:03Z<a></div> 31 32 </div> 32 33 </body> 33 34 <script src="./script.js"></script>
+35
notes/test-2.html
··· 1 + <!DOCTYPE html> 2 + <html> 3 + <head> 4 + <title>niko's cool and awesome website!</title> 5 + <link rel="icon" type="image/x-icon" href="./assets/images/favicon.png"> 6 + <link 7 + rel="stylesheet" 8 + type="text/css" 9 + href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css" 10 + /> 11 + <link 12 + rel="stylesheet" 13 + type="text/css" 14 + href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/style.css" 15 + /> 16 + </head> 17 + <style>@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');</style> 18 + <link rel="stylesheet" href="../styles.css"> 19 + <body> 20 + <bg-gradient aria-hidden="true"></bg-gradient> 21 + <bg aria-hidden="true"></bg> 22 + <div class="main" style="min-height: 400px;"> 23 + <div class="tab"> 24 + <a href="."><button>< see more!</button></a> 25 + <a href="https://asking.synth.download/@meowmaxing"><button>askbox</button></a> 26 + </div> 27 + <div> 28 + <h3 style="margin-top: 0px;">test... 2!<a style="color: var(--subtext);"> - 2026-04-27T12:13:32Z<a></h3> 29 + </div> 30 + <a style="word-break: break-all;">test? waow! 2</a> 31 + </div> 32 + </body> 33 + <script src="../script.js"></script> 34 + <a rel="me" href="https://merping.synth.download/@meowmaxing"></a> 35 + </html>