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

the

+20 -12
+20 -12
m/index.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"> ··· 16 16 <meta name="theme-color" content="#2d89ef"> 17 17 </head> 18 18 <body style="margin:0px;"> 19 + <header> 19 20 <div style="background-color:#2d89ef;width:100%;"> 20 - <img src="/icons/tkicon.png"> 21 + <img src="/icons/tkicon.png" alt="Tapeykatt's logo. The logo is cyan, has a shape of a cat's head, with a curly hair and the text 'TK' inside the head."> 21 22 </div> 23 + </header> 24 + 25 + <main> 22 26 <div style="margin:7px;"> 23 27 <h3>Heya-hey! Welcome to my place! I'm glad you're here! ^w^</h3> 24 28 <p>I'm Javeen (juh-bin), some geeky chartreux cat from Chile who loves tech, draws, codes, plays games, and more. 25 29 <p>I don't exactly know how did i found out about Neocities, but i do know that, in June 2023, when i joined Neocities, i motivated myself to learn some HTML and CSS (and also JS) to make the website you're now on. I did use WIX back then, but now i'm more of a hand-made person than a drag n' drop person :v</p> 26 30 <p>I made this website to show off my stuff to everyone*. Enjoy :3</p> 27 - <img src="/icons/characters/nicocute.png"> 31 + <img src="/icons/characters/nicocute.png" alt="Javeen, the chartreux cat with a little curly hair, smiling with his eyes closed"> 28 32 <p>* By everyone i don't mean all ages. There might be cuss words and other sensitive crap in some of my creations</p> 29 - <img src="/icons/abtme.png"><a href="about_me">About Me</a> 33 + <img src="/icons/abtme.png" alt="Icon of Javeen the cat"><a href="about_me">About Me</a> 30 34 <br> 31 - <img src="/icons/ocrefs.png"><a href="oc">My OCs</a> 35 + <img src="/icons/ocrefs.png" alt="A stickman with 4 lines on their side"><a href="oc">My OCs</a> 32 36 <br> 33 - <img src="/icons/artworks.png"><a href="artwork/index.html">My Artwork</a> 37 + <img src="/icons/artworks.png" alt="A pencil"><a href="artwork/index.html">My Artwork</a> 34 38 <br> 35 - <img src="/icons/journal.png"><a href="journal">Journal</a> 39 + <img src="/icons/journal.png" alt="A cyan notebook with a cat's head"><a href="journal">Journal</a> 36 40 <br> 37 - <img src="/icons/poetry.png"><a href="poetry">Poetry</a> 41 + <img src="/icons/poetry.png" alt="A feather"><a href="poetry">Poetry</a> 38 42 <br> 39 - <img src="/icons/music.png"><a href="music">Music</a> 43 + <img src="/icons/music.png" alt="A treble clef"><a href="music">Music</a> 40 44 <br> 41 - <img src="/icons/guestbook.png"><a href="https://tapeykatt.atabook.org/">Guestbook</a> 45 + <img src="/icons/guestbook.png" alt="An open book"><a href="https://tapeykatt.atabook.org/">Guestbook</a> 42 46 <br> 43 - <img src="/icons/contact.png"><a href="contact">Contact/Socials</a> 47 + <img src="/icons/contact.png" alt="A mail"><a href="contact">Contact/Socials</a> 44 48 <br> 45 - <img src="/icons/desktop.png"><a href="/mobile_warning">Desktop/Full Version</a> 49 + <img src="/icons/desktop.png" alt="A monitor displaying this website on its full version"><a href="/mobile_warning">Desktop/Full Version</a> 46 50 </div> 51 + </main> 52 + 53 + <footer> 47 54 <div style="background-color:#2d89ef;width:100%;color:white;text-align:center;"> 48 55 <p>© 2025 Tapeykatt</p> 49 56 </div> 57 + </footer> 50 58 </body> 51 59 </html>