"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 81 lines 3.3 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>Animations - 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>My Animations</h1> 33 <h3>2026</h3> 34<a href="https://inv.nadeko.net/watch?v=SnCxDXIWS_k">MAH HEAD↗<img src="new.gif"></a> 35<a href="https://inv.nadeko.net/watch?v=xT0fTJKrVLA">Ima put my cat on mic↗</a> 36 <h3>2025</h3> 37<a href="https://inv.nadeko.net/watch?v=n4xcusWV8D4">blep :P↗</a> 38 <h3>2024</h3> 39<a href="https://inv.nadeko.net/watch?v=92M0H4RPk9I">Heavy Flies↗</a> 40<br> 41<a href="/lipsync">Lipsync test</a> 42<br> 43<a href="https://inv.nadeko.net/watch?v=VpDhB1VcXv4">Random Prisma3D animation↗</a> 44<br> 45<a href="/jenniferanim">3D Animation Test</a> 46<h3>2023</h3> 47<a href="https://inv.nadeko.net/watch?v=hoiTtEXZDJI">My first time animating on ibisPaint X↗</a> 48<br> 49<a href="/dospuntosuve">Moved from Adobe Flash to Adobe Animate (i know they're the same thing)</a> 50<br> 51<a href="/xd/index.html">A moving oval (My first Flash animation)</a> 52</div> 53 54<div class="footer"> 55<img src="/tkiconsquare.png" width="100px" style="float:left;"> 56(c) 2023-2026 Tapeykatt 57<img src="/Censor_14b.gif" style="float:right"> 58</div> 59<script> 60var banner = document.querySelector(".header"); 61 62 function getRandomInt(max) { 63 return Math.floor(Math.random() * max); 64} 65 66var number = getRandomInt(3); 67 68if (number == 2) { 69 banner.style.backgroundImage = "url(/banners/rodmanthabanner.png)"; 70} 71 72else if (number == 1) { 73 banner.style.backgroundImage = "url(/banners/izzybanner.png)"; 74} 75 76else if (number == 0) { 77 banner.style.backgroundImage = "url(/banner.png)"; 78} 79</script> 80 </body> 81</html>