"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 127 lines 3.2 kB view raw
1<!DOCTYPE html> 2<html> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>The web site of nicolasperez</title> 7 <!-- The style.css file allows you to change the look of your web pages. 8 If you include the next line in all your web pages, they will all share the same look. 9 This makes it easier to make new pages for your site. --> 10 <link href="/style.css" rel="stylesheet" type="text/css" media="all"> 11 <script src='http://www.midijs.net/lib/midi.js'></script> 12 <style> 13 @keyframes tilin { 14 from {transform: rotateY(0deg);} 15 to {transform: rotateY(3600deg);} 16 } 17 18 @keyframes bye { 19 from {opacity: 1} 20 to {opacity: 0} 21 } 22 .o { 23 background-image: url(https://tapeykatt.neocities.org/Funni.gif); 24 width: 100px; 25 height: 100px; 26 color: white; 27 animation: tilin 60s; 28 } 29 30 .oo { 31 display: none; 32 } 33 34 .wazeee:hover + .oo { 35 display: block; 36 } 37 38 .bye { 39 opacity: 0; 40 animation: bye; 41 animation-duration: 1s; 42 } 43 44 .blur { 45 filter: blur(15px); 46 } 47 48 .blur:hover { 49 filter: blur(0px); 50 } 51 </style> 52 </head> 53 <body> 54 <h1>omg u found my testing zone :D</h1> 55<p id="waza">Hola</p> 56<p id="wazzywazzy"></p> 57<a href="#" onmouseover="document.getElementById('hover').play()" onclick="document.getElementById('click').play();wazaify()">Waza-ify</a> 58<div class="o">AM SPINNEING</div> 59 60<audio id="hover" src="https://files.catbox.moe/hwpoa7.wav"></audio> 61<audio id="click" src="https://files.catbox.moe/qkvv8p.wav"></audio> 62<audio id="back" src="https://files.catbox.moe/eqq8kw.wav"></audio> 63 64<button onmouseover="document.getElementById('hover').play()" onclick="document.getElementById('click').play()">o</button> 65<a href="javascript:history.go(-1)" onmouseover="document.getElementById('hover').play()" onclick="document.getElementById('back').play()">Back</a> 66<script> 67//XD 68/*INZANO 69INZANO 70INZANO 71Ok no XD*/ 72function wazaify() { 73 console.log("WAZAAAAAAAAAAAAAAAAAAAAAAA"); 74document.getElementById("waza").innerHTML = "WAZAAAAAAAAAAAAAAAAAAAAAAA"; 75} 76 77var w, a, za 78w = "w"; 79a = "a"; 80za = "za"; 81document.getElementById("wazzywazzy").innerHTML = w + a + za; 82 83MIDIjs.play('https://tapeykatt.neocities.org/TKThemeMidi.mid'); 84 85document.title = "H"; 86setTimeout(() => { document.title = "HE"; }, 500); 87setTimeout(() => { document.title = "HEL"; }, 1000); 88setTimeout(() => { document.title = "HELL"; }, 1500); 89setTimeout(() => { document.title = "HELLO"; }, 2000); 90 91</script> 92<div class="wazeee">oooo</div> 93<div class="oo">maigod</div> 94<button onclick="document.getElementById('bye').className = 'bye'">bye</button> 95<img id="bye" src="pics/photography/IMG_20190117_191606.jpg" width="200px"> 96 <table> 97 <tr> 98 <th colspan="3"> 99 E 100 </th> 101 </tr> 102 <tr> 103 <td> 104 j 105 </td> 106 <td> 107 j 108 </td> 109 <td> 110 j 111 </td> 112 </tr> 113 <tr> 114 <td> 115 j 116 </td> 117 <td> 118 j 119 </td> 120 <td> 121 j 122 </td> 123 </tr> 124 </table> 125 <img src="pics/random/2022/xd_by_delationyou_dfkxs7z.jpg" class="blur" width="250px"> 126 </body> 127</html>