"Javeen's Place" Source Code tapeykatt.neocities.org
website
0
fork

Configure Feed

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

Added regions

+8
+8
home.html
··· 40 40 } 41 41 </script> 42 42 <bgsound id="bgm" src="TKThemeMidiShort.mid" autostart="false" loop='1'> 43 + <header> 43 44 <div class="header"> 44 45 <img src="tkweblogo.png" alt="The logo of 'Tapeykatt's place'. Blue, pixelated, with some sparkles around the text 'Tapeykatt', the e on said text is a little tilted, has cat ears and a curly hair, and has an effect; i don't know what because i'm dumb on describing images bruh." width="500px"> 45 46 </div> 47 + </header> 48 + <nav> 46 49 <div class="linkz"> 47 50 <a href="/home.html"><img src="/navbuttons/home2.gif" alt="Home"></a> 48 51 <a href="/about_me.html"><img src="/navbuttons/abtme.gif" alt="About Me"></a> ··· 58 61 <a href="/contact"><img src="/navbuttons/contact.gif" alt="Contact"></a> 59 62 <a href="/journal"><img src="/navbuttons/journal.gif" alt="Journal"></a> 60 63 </div> 64 + </nav> 65 + <main> 61 66 <div class="body"> 62 67 <table> 63 68 <tr> ··· 199 204 </picture> 200 205 </a> 201 206 </div> 207 + </main> 208 + <footer> 202 209 <div class="footer"> 203 210 <img src="tkiconsquare.png" width="100px" style="float:left;" alt="Tapeykatt logo. The logo is cyan, has a shape of a cat's head, with a curly hair and a pixelated text 'TK' inside the head."> 204 211 (c) 2023-2025 Tapeykatt 205 212 <img src="Censor_14b.gif" style="float:right" alt="Fa Teen, the censorship panda, giving you a middle finger, followed by a black box with the text 'WEB 14'."> 206 213 </div> 214 + </footer> 207 215 <script> 208 216 document.title = "Welcome"; 209 217 setTimeout(() => { document.title = "To"; }, 1000);