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

asjfjskh

+93 -6
+5
changelog.html
··· 17 17 <body style="background-color:#1168AE;background-image:none;text-align:left;"> 18 18 <main> 19 19 20 + <h3>November 19, 2025</h3> 21 + <ul> 22 + <li>Changed the design for each OC's refs</li> 23 + </ul> 24 + 20 25 <h3>November 18, 2025</h3> 21 26 <ul> 22 27 <li>I'm now 16</li>
+4 -4
oc/index.html
··· 34 34 <br> 35 35 <iframe width="468" height="60" style="border:none" src="https://hbaguette.neocities.org/bannerlink/embed.html" name="bannerlink"></iframe> 36 36 <br> 37 - <a href="nicolas?v=4" target="funni"><img src="icons/nicolas_icon.png" width="75px" alt="Nicolas Sanchez"></a> 38 - <a href="soledad?v=4" target="funni"><img src="icons/soledad_icon.png" width="75px" alt="Soledad Lopez"></a> 39 - <a href="tapey-cat?v=6" target="funni"><img src="icons/rod_icon.png" width="75px" alt="Rodrigo D'Vrenno"></a> 40 - <a href="samy?v=7" target="funni"><img src="icons/samy_icon2.png" width="75px" alt="Samantha Ezra"></a> 37 + <a href="nicolas?v=5" target="funni"><img src="icons/nicolas_icon.png" width="75px" alt="Nicolas Sanchez"></a> 38 + <a href="soledad?v=5" target="funni"><img src="icons/soledad_icon.png" width="75px" alt="Soledad Lopez"></a> 39 + <a href="tapey-cat?v=7" target="funni"><img src="icons/rod_icon.png" width="75px" alt="Rodrigo D'Vrenno"></a> 40 + <a href="samy?v=8" target="funni"><img src="icons/samy_icon2.png" width="75px" alt="Samantha Ezra"></a> 41 41 <br> 42 42 <iframe name="funni" width="90%" height="500px" src="click-char.html"></iframe> 43 43 <br>
+19
oc/nicolas.html
··· 7 7 <link rel="icon" type="image/png" href="/favicon.png"> 8 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 9 <script type='text/javascript' src='//www.midijs.net/lib/midi.js'></script> 10 + <style> 11 + @font-face { 12 + font-family: unifont; 13 + src: url(/unifont.otf); 14 + } 15 + 16 + p, li, h3, table { 17 + font-family: unifont; 18 + } 19 + 20 + body { 21 + background-color: #1168AE; 22 + } 23 + 24 + h1 { 25 + background: none; 26 + text-align: center; 27 + } 28 + </style> 10 29 </head> 11 30 <body> 12 31 <h1>Nicolas Sanchez</h1>
+25
oc/samy.html
··· 7 7 <link rel="icon" type="image/png" href="/favicon.png"> 8 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 9 <script type='text/javascript' src='//www.midijs.net/lib/midi.js'></script> 10 + <style> 11 + @font-face { 12 + font-family: unifont; 13 + src: url(/unifont.otf); 14 + } 15 + 16 + p, li, h3, table, th, td { 17 + font-family: unifont; 18 + color: black !important; 19 + } 20 + 21 + table, th, td { 22 + border: 1px solid black; 23 + } 24 + 25 + body { 26 + background-color: #FFF6BF; 27 + } 28 + 29 + h1 { 30 + background: none; 31 + text-align: center; 32 + color: black; 33 + } 34 + </style> 10 35 </head> 11 36 <body> 12 37 <h1>Samantha Ezra</h1>
+20 -1
oc/soledad.html
··· 7 7 <link rel="icon" type="image/png" href="/favicon.png"> 8 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 9 <script type='text/javascript' src='//www.midijs.net/lib/midi.js'></script> 10 + <style> 11 + @font-face { 12 + font-family: unifont; 13 + src: url(/unifont.otf); 14 + } 15 + 16 + p, li, h3, table { 17 + font-family: unifont; 18 + } 19 + 20 + body { 21 + background-color: #961319; 22 + } 23 + 24 + h1 { 25 + background: none; 26 + text-align: center; 27 + } 28 + </style> 10 29 </head> 11 30 <body> 12 31 <h1>Soledad Lopez</h1> ··· 18 37 <p style="color:white;">The business lady, <br>CEO of Deltavox (a fictional electronics company) <br>very serious, <br>and sometimes dumb.</p> 19 38 <ul> 20 39 <li><abbr title="Date Of Creation">DOC</abbr>: December 3, 2022</li> 21 - <li><abbr title="Date Of Birth">DOB</abbr>: May 24, 1992 (defined in 2025)</li> 40 + <li><abbr title="Date Of Birth">DOB</abbr>: May 24</li> 22 41 <li>Age: 33</li> 23 42 <li>Species: Human</li> 24 43 <li>Gender: Female</li>
+20 -1
oc/tapey-cat.html
··· 1 1 <!DOCTYPE html> 2 - <html> 2 + <html lang="en"> 3 3 <head> 4 4 <title>Rodrigo D'Vrenno</title> 5 5 <link rel="stylesheet" href="style.css"> ··· 7 7 <link rel="icon" type="image/x-icon" href="/favicon.ico"> 8 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 9 <script type='text/javascript' src='//www.midijs.net/lib/midi.js'></script> 10 + <style> 11 + @font-face { 12 + font-family: unifont; 13 + src: url(/unifont.otf); 14 + } 15 + 16 + p, li, h3, table { 17 + font-family: unifont; 18 + } 19 + 20 + body { 21 + background-color: #1168AE; 22 + } 23 + 24 + h1 { 25 + background: none; 26 + text-align: center; 27 + } 28 + </style> 10 29 </head> 11 30 <body> 12 31 <h1>Rodrigo D'Vrenno</h1>
unifont.otf

This is a binary file and will not be displayed.