"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.

u

+10 -1
+4 -1
changelog.html
··· 1 1 <!DOCTYPE html> 2 - <html> 2 + <html lang="en-US"> 3 3 <head> 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> ··· 15 15 </style> 16 16 </head> 17 17 <body style="background-color:#1168AE;background-image:none;text-align:left;"> 18 + <main> 18 19 <h3>October 26, 2025</h3> 19 20 <ul> 20 21 <li>The changelog is now an iframe, again</li> 21 22 <li>Changed the changelog background color</li> 23 + <li>Added page regions on the homepage, the changelog, and the index</li> 22 24 </ul> 23 25 24 26 <h3>October 25, 2025</h3> ··· 562 564 <ul> 563 565 <li>Created the website</li> 564 566 </ul> 567 + </main> 565 568 </body> 566 569 </html>
+6
index.html
··· 68 68 location.replace("IE.html"); 69 69 } 70 70 </script> 71 + <header> 71 72 <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="350px"> 73 + </header> 74 + <main> 72 75 <p>Last Updated: 26/10/2025 73 76 <br> 74 77 (DD/MM/YYYY) ··· 173 176 </p> 174 177 <div id="ukszWeb"></div><script src="https://webring.uksz.org/webring-widget.js"></script> 175 178 <br> 179 + </main> 180 + <footer> 176 181 (c) 2023-2025 Tapeykatt. 177 182 <a rel="me" href="https://chitter.xyz/@tapeykatt"></a> 183 + </footer> 178 184 </body> 179 185 </html>