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

deleted that one random animation that contains an AI cover of Homer (not to be confused with that one moan audio btw)

-38
-2
animations.html
··· 37 37 <br> 38 38 <a href="/lipsync">Lipsync test</a> 39 39 <br> 40 - <a href="/minidoseofrandomness">Mini-dose of randomness</a> 41 - <br> 42 40 <a href="https://inv.nadeko.net/watch?v=VpDhB1VcXv4">Random animation↗</a> 43 41 <br> 44 42 <a href="/jenniferanim">3D Animation Test</a>
-36
minidoseofrandomness.html
··· 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 - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=3"> 12 - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=3"> 13 - <link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png?v=3"> 14 - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=3"> 15 - <link rel="manifest" href="/site.webmanifest?v=3"> 16 - <link rel="mask-icon" href="/safari-pinned-tab.svg?v=3" color="#5bbad5"> 17 - <link rel="shortcut icon" href="/favicon.ico?v=3"> 18 - <meta name="apple-mobile-web-app-title" content="Tapeykatt"> 19 - <meta name="application-name" content="Tapeykatt"> 20 - <meta name="msapplication-TileColor" content="#2d89ef"> 21 - <meta name="msapplication-TileImage" content="/mstile-144x144.png?v=3"> 22 - <meta name="theme-color" content="#2d89ef"> 23 - </head> 24 - <body> 25 - <script src="https://unpkg.com/@ruffle-rs/ruffle"></script> 26 - 27 - <script> 28 - window.RufflePlayer = window.RufflePlayer || {}; 29 - window.RufflePlayer.config = { 30 - "autoplay": "on", 31 - "unmuteOverlay":"hidden", 32 - }; 33 - </script> 34 - <embed src="https://files.catbox.moe/35iwpa.swf" width="550" height="400"> 35 - </body> 36 - </html>