my personal website! meowing.zip
website
0
fork

Configure Feed

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

at redesign 36 lines 1.4 kB view raw
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="height: 400px;"> 23 <div class="tab"> 24 <a href="."><button>< go back!</button></a> 25 <a href="https://asking.synth.download/@meowmaxing"><button>askbox</button></a> 26 </div> 27 <div> 28 <a>some things i've jot down..</a> 29 </div> 30 <div><a href="./notes/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="./notes/test.html" style="color: var(--accent);">test?</a><a style="color: var(--subtext);"> - 2026-04-27T12:04:03Z<a></div> 32 </div> 33</body> 34<script src="./script.js"></script> 35<a rel="me" href="https://merping.synth.download/@meowmaxing"></a> 36</html>