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

at main 85 lines 4.5 kB view raw
1<!DOCTYPE html> 2<html lang="en-US"> 3 <head> 4 <link rel="stylesheet" href="/style_2025.css"> 5 <meta charset="utf-8"> 6 <title>Downloads - Javeen's Place</title> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 8 <link rel="icon" type="image/png" href="/favicon-96x96.png?v=5" sizes="96x96" /> 9 <link rel="icon" type="image/svg+xml" href="/favicon.svg?v=5" /> 10 <link rel="shortcut icon" href="/favicon.ico?v=5" /> 11 </head> 12 <body> 13 <div class="header"> 14 <img src="/tkweblogo.png" alt="The logo of 'Javeen's place'. Blue, pixelated, with some sparkles around the text 'Javeen', 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"> 15 </div> 16 <div class="linkz"> 17 <a href="/home.html"><img src="/navbuttons/home2.gif" alt="Home"></a> 18 <a href="/about_me.html"><img src="/navbuttons/abtme.gif" alt="About Me"></a> 19 <a href="/oc"><img src="/navbuttons/ocs.gif" alt="OC Refs"></a> 20 <a href="/animations.html"><img src="/navbuttons/anims.gif" alt="Animations"></a> 21 <a href="/guestbook"><img src="/navbuttons/gbook.gif" alt="Guestbook"></a> 22<a href="/pics/artwork"><img src="/navbuttons/drawings.gif" alt="Drawings"></a> 23<a href="/pics"><img src="/navbuttons/pics.gif" alt="Pics"></a> 24<a href="/awesomesites"><img src="/navbuttons/cool.gif" alt="Cool Sites"></a> 25<a href="/downloads"><img src="/navbuttons/downloads.gif" alt="Downloads"></a> 26<a href="/linkz"><img src="/navbuttons/links.gif" alt="Links"></a> 27<a href="/music"><img src="/navbuttons/music.gif" alt="Music"></a> 28<a href="/contact"><img src="/navbuttons/contact.gif" alt="Contact"></a> 29<a href="/journal"><img src="/navbuttons/journal.gif" alt="Journal"></a> 30 </div> 31 <div class="body"> 32 <h1>Some goodies for ya!</h1> 33<h2 style="color:white;">Wallpapers</h2> 34<h3><img src="/icons/characters/rodrigo.gif" onmouseover="this.src = '/icons/characters/rodhover.gif'" onmouseout="this.src = '/icons/characters/rodrigo.gif'" title="Nyaaaw!!" alt="Rodrigo's Icon">Rodrigo D'Vrenno</h3> 35<p><img src="wallpapers/icon/tcicon.png" width="50">Lineless (2024)</p> 36<a href="wallpapers/800x600/tapeycat800x600.png" download><img src="download.gif">800x600</a> 37<a href="wallpapers/1024x768/tapeycat1024x768.png" download><img src="download.gif">1024x768</a> 38<a href="wallpapers/1366x768/tapeycat1366x768.jpg" download><img src="download.gif">1366x768</a> 39<h3><img src="/icons/characters/izzy.png?v=2" onmouseover="this.src = '/icons/characters/izumihover.gif'" onmouseout="this.src = '/icons/characters/izzy.png?v=2'" title="Yuh, you're pretty." alt="Izumi's Icon">Izumi</h3> 40<p><img src="wallpapers/icon/izmicon.png" width="50">Lineless (2024)</p> 41<a href="wallpapers/800x600/izumi800x600.png" download><img src="download.gif">800x600</a> 42<a href="wallpapers/1024x768/izumi1024x768.png" download><img src="download.gif">1024x768</a> 43<a href="wallpapers/1366x768/izumi1366x768.jpg" download><img src="download.gif">1366x768</a> 44<h3><img src="/icons/characters/mateo.png">Mateo</h3> 45<p><img src="wallpapers/icon/mticon.png" width="50">Lineless (2024)</p> 46<a href="wallpapers/800x600/mateo800x600.png" download><img src="download.gif">800x600</a> 47<a href="wallpapers/1024x768/mateo1024x768.png" download><img src="download.gif">1024x768</a> 48<a href="wallpapers/1366x768/mateo1366x768.jpg" download><img src="download.gif">1366x768</a> 49<h2 style="color:white;">Miscellaneous</h2> 50<h3>Purrfect (my first oh-my-zsh theme)</h3> 51<img src="screenshots/Screenshot_20250413_171437.png" width="430px"> 52<br> 53<a href="https://drive.proton.me/urls/8SB3TJ9QJR#DNQl2xK3M9c8"><img src="download.gif">Download (V1.1, May 19, 2025)</a> 54<h4>Older versions</h4> 55<a href="https://drive.proton.me/urls/G3KYSHAWQ8#KYKCcR5JwqYu"><img src="download.gif">V1.0 (Apr 13, 2025)</a> 56</div> 57 58<div class="footer"> 59<img src="tkiconsquare.png" width="100px" style="float:left;"> 60(c) 2023-2026 Tapeykatt 61<img src="Censor_14b.gif" style="float:right"> 62</div> 63<script> 64var banner = document.querySelector(".header"); 65 66 function getRandomInt(max) { 67 return Math.floor(Math.random() * max); 68} 69 70var number = getRandomInt(3); 71 72if (number == 2) { 73 banner.style.backgroundImage = "url(/banners/rodmanthabanner.png)"; 74} 75 76else if (number == 1) { 77 banner.style.backgroundImage = "url(/banners/izzybanner.png)"; 78} 79 80else if (number == 0) { 81 banner.style.backgroundImage = "url(/banner.png)"; 82} 83</script> 84 </body> 85</html>