Skip to content

Commit

Permalink
great
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoanimations committed Jan 3, 2024
1 parent 257c634 commit b75c9a6
Show file tree
Hide file tree
Showing 29 changed files with 338 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ricoanimations.github.io
17 changes: 17 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>ABOUT PAGE</title>
</head>
<body>
<div class="container">
<h1>ABOUT ME</h1>
<h2>im rico, a guy who likes dave and bambi and bfdi.</h2>
</div>
</body>
</html>
28 changes: 28 additions & 0 deletions credits.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Credits Page</title>
</head>
<body>
<div class="container">
<h1>Site Makers</h1>
<p>
<a href="https://github.com/ricoanimations/"></a>
<img border="0" src="./images/retarded profile picture.png">
<h2>Rico W. (aka RicoAnimations): Creator, Director, Coder, Owner</h2>
</p>
</div>
<div class="container">
<p>
<a href="./eueuruueueruiahijahjkshdkja.html"></a>
<img border="0" src="./images/yash_placeholder.png">
<h2>Yashraj S.: Some Proxy Links, Moral Support</h2>
</p>
</div>
</body>
</html>
17 changes: 17 additions & 0 deletions davesfunalgebraclass.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>i told you not to click it</title>
</head>
<body>
<video width="1120" height="630" autoplay loop>
<source src="./videos/yt5s.com-Dave's Fun Algebra Class! Pre-Release - Baldi's Basics V1.4.3 Mod-(240p).mp4" type="video/mp4"/>
Your browser does not support the video tag.
</video>
</body>
</html>
18 changes: 18 additions & 0 deletions eueuruueueruiahijahjkshdkja.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>EUEUUEUAEUEUHSJKFKJFKDSJHFDKJSFDKJSDHF</title>
</head>
<body>
<video width="1120" height="630" autoplay>
<source src="./videos/Dave's House Free Exclusive Edition Gameplay-Y-GBQ1rPNtw.mp4 (online-video-cutter.com).mp4" type="video/mp4"/>
<source src="./videos/Dave_s-House-Free-Exclusive-Edition-Gameplay-Y-GBQ1rPNtw.mp4-_online-video-cutter.com_.ogg" type="video/ogg"/>
Your browser does not support the video tag.
</video>
</body>
</html>
18 changes: 18 additions & 0 deletions games.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>List of Games</title>
</head>
<body>
<div class="container">
<a href="./games/snowrider3d.html"><h2>Snow Rider 3D</h2></a>
<h1>More games coming soon...</h1>
<a href="./yellowfacelolveryspookyandverylegitguysplease.html"><h2>ejhsd</h2></a>
</div>
</body>
</html>
16 changes: 16 additions & 0 deletions games/snowrider3d.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Snow Rider 3D</title>
</head>
<body>
<div class="container">
<iframe src="https://snow-rider-3d.github.io/s77/snow-rider-3d/" width="1000" height="600"></iframe>
</div>
</body>
</html>
42 changes: 42 additions & 0 deletions general.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>General Page</title>
</head>
<body>
<div class="container">
<h1>General Proxies</h1>
<h3>Reflect4 Proxies</h3>
<a href="https://www.millionux.com"><h2>Millionux</h2></a>
<a href="https://www.frnt.pro"><h2>frnt.pro</h2></a>
<a href="https://www.thebean.cf"><h2>The Bean (Blocked)</h2></a>
<h3>Doge Unblocker</h3>
<a href="https://teams.prosports.cl"><h2>Doge Unblocker [V4]</h2></a>
<a href="https://surfdoge.pro"><h2>Doge Unblocker [V4; Core Lux Version]</h2></a>
<a href="https://dogesurf.app"><h2>Doge Unblocker [V3; Blocked]</h2></a>
<h3>Free Movie Proxies</h3>
<a href="https://movie-web.app"><h2>Movie Web (Blocked)</h2></a>
<h3>Video Sharing Websites</h3>
<a href="https://inv.zzls.xyz"><h2>Invidious</h2></a>
<h3>Open Source AI</h3>
<a href="https://chat.vercel.ai"><h2>Next.js AI Chatbot (Blocked)</h2></a>
<h3>Github Pages</h3>
<a href="https://monkeygg2.github.io"><h2>MonkeyGG2</h2></a>
<a href="https://bchs.pages.dev"><h2>BCHS Pages (Blocked)</h2></a>
<a href="https://twigs-utilities.github.io"><h2>Twig's Utilities (Blocked)</h2></a>
<a href="https://misterfonka.github.io"><h2>Mister Fonka (Blocked)</h2></a>
<a href="https://crisisapple89.github.io"><h2>Crisis Apple (Blocked)</h2></a>
<h3>Other</h3>
<a href="https://plexilearcade.glitch.me"><h2>Plexile Arcade</h2></a>
<a href="https://platformerdotio.co"><h2>Platformer.IO (Blocked)</h2></a>
<a href="https://frogiesarcade.tk"><h2>Frogie's Arcade [V2; Most Not Working / Blocked]</h2></a>
<a href="https://usemetallic.com/"><h2>Metallic (Blocked)</h2></a>
<a href="https://learn.artclass.lol"><h2>Learn Art Class (Blocked)</h2></a>
</div>
</body>
</html>
32 changes: 32 additions & 0 deletions googlesites.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Google Sites Page</title>
</head>
<body>
<div class="container">
<h1>Google Sites</h1>
<h3>Note: A lot of the things on here are blocked.</h3>
<img src="./images/googlesites-icon.png" width="173.2" height="130">
<a href="./pizzaedition.html"><h1>The Pizza Edition</h1></a>
<a href="https://sites.google.com/view/tripplethepotatoes"><h2>Tripple the Potatoes</h2></a>
<a href="https://sites.google.com/view/master-editionn"><h2>Master Edition</h2></a>
<a href="https://sites.google.com/view/game-hub-unbl0cked"><h2>Game Hub Unblocked</h2></a>
<a href="https://sites.google.com/view/craziest-games"><h2>Craziest Games</h2></a>
<a href="https://sites.google.com/view/lotsogames"><h2>Lots of Games</h2></a>
<a href="https://sites.google.com/view/project-void"><h2>Project Void</h2></a>
<a href="https://sites.google.com/view/twigs-utilities"><h2>Twig's Utilities [Outdated Version; V1]</h2></a>
<a href="https://sites.google.com/view/meximath"><h2>Mexi Math</h2></a>
<a href="https://sites.google.com/view/testing3kek"><h2>Testing 3 Kek</h2></a>
<a href="https://sites.google.com/view/www-clever-com"><h2>WWW-CLEVER-COM</h2></a>
<a href="https://sites.google.com/view/goofyahhunblocking"><h2>Goofy Ahh Unblocking</h2></a>
<a href="https://sites.google.com/view/coreluxunblocking"><h2>Core Lux Unblocking</h2></a>
<a href="https://sites.google.com/view/parker-space"><h2>Parker Space (Sold, Lol)</h2></a>
</div>
</body>
</html>
Binary file added images/cream.ico
Binary file not shown.
Binary file added images/googlesites-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/interstellar-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pizzalol_lol.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rammerhead-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/retarded profile picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/twig-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/yash_placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>RicoAnimations</title>
</head>
<body>
<div class="container">
<h1>LIST</h1>
<a href="./proxies.html"><h2>Proxies</h2></a>
<a href="./games.html"><h2>Games</h2></a>
<a href="./googlesites.html"><h2>Google Sites</h2></a>
<a href="./about.html"><h2>About</h2></a>
<a href="./credits.html"><h2>Credits</h2></a>
<a href="./davesfunalgebraclass.html"><h2>pls dont click this link</h2></a>
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" width="50" height="50">
<a href="https://github.com/ricoanimations"><h2>Github Account</h2></a>
</div>
</body>
</html>
23 changes: 23 additions & 0 deletions interstellar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Interstellar Page</title>
</head>
<body>
<div class="container">
<h1>Interstellar Proxies</h1>
<img src="./images/interstellar-icon.png" width="150" height="150">
<a href="https://square-pear-apple-dog.2.ie-1.fl0.io"><h1>https://square-pear-apple-dog.2.ie-1.fl0.io</h1></a>
<a href="https://homeworkhelp.2.us-1.fl0.io"><h1>https://homeworkhelp.2.us-1.fl0.io</h1></a>
<a href="https://ioxzp-dev-ehbh.2.ie-1.fl0.io"><h1>https://ioxzp-dev-ehbh.2.ie-1.fl0.io</h1></a>
<a href="https://waves-2jz1.onrender.com"><h1>https://waves-2jz1.onrender.com (Not Found)</h1></a>
<a href="https://throwingforcontent.onrender.com"><h1>https://throwingforcontent.onrender.com (Service Suspended)</h1></a>
<a href="https://im-failing-history.onrender.com"><h1>https://im-failing-history.onrender.com (Service Suspended)</h1></a>
</div>
</body>
</html>
24 changes: 24 additions & 0 deletions pizzaedition.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>The Pizza Edition Page</title>
</head>
<body>
<div class="container">
<h1>Pizza Edition Sites</h1>
<img src="./images/pizzalol_lol.gif" width="150" height="150">
<a href="https://sites.google.com/view/pizzaedition"><h2>The Pizza Edition [New Version; V2]</h2></a>
<a href="https://sites.google.com/view/thepizzaeditionn"><h2>The Pizza Edition [Old Version; V1]</h2></a>
<a href="https://sites.google.com/view/pizzalearns"><h2>The Pizza Edition [Alternate Version]</h2></a>
<a href="https://sites.google.com/view/schoology-learning"><h2>The Pizza Edition [Alternate Version; 2]</h2></a>
<a href="https://sites.google.com/view/canvas-edition"><h2>Canvas Edition</h2></a>
<a href="https://sites.google.com/view/pizza3x"><h2>Pizza 3X</h2></a>
<a href="https://gamenas.pages.dev"><h2>Game Nas</h2></a>
</div>
</body>
</html>
19 changes: 19 additions & 0 deletions proxies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>LIST OF PROXIES THAT I KNOW</title>
</head>
<body>
<div class="container">
<h1>Proxies</h1>
<a href="./general.html"><h2>General Proxies</h2></a>
<a href="./interstellar.html"><h2>Interstellar</h2></a>
<a href="./rammerhead.html"><h2>Rammerhead</h2></a>
</div>
</body>
</html>
27 changes: 27 additions & 0 deletions rammerhead.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Rammerhead Page</title>
</head>
<body>
<div class="container">
<h1>Rammerhead Proxies</h1>
<img src="./images/rammerhead-icon.png" width="150" height="150">
<a href="https://hotelsforrent.jaluzinov.ru"><h2>https://hotelsforrent.jaluzinov.ru</h2></a>
<a href="https://halloweendecorations2023.jaluzinov.ru"><h2>https://halloweendecorations2023.jaluzinov.ru</h2></a>
<a href="https://mrbmp.astro-arcade.app"><h2>https://mrbmp.astro-arcade.app (Blocked)</h2></a>
<a href="https://whyamisoawesome.esentialecasa.ro"><h2>https://whyamisoawesome.esentialecasa.ro (Blocked)</h2></a>
<a href="https://civilwar.gotroot.pw"><h2>https://civilwar.gotroot.pw (Blocked)</h2></a>
<a href="https://fisdinstructure.gotroot.pw"><h2>https://fisdinstructure.gotroot.pw (Blocked)</h2></a>
<a href="https://1800history.gotroot.pw"><h2>https://1800history.gotroot.pw (Blocked)</h2></a>
<a href="https://1700history.gotroot.pw"><h2>https://1700history.gotroot.pw (Blocked)</h2></a>
<a href="https://1600history.gotroot.pw"><h2>https://1600history.gotroot.pw (Blocked)</h2></a>
<a href="https://sdfergrdewdwdawdwdszdsadsadas.helixarcade.space"><h2>https://sdfergrdewdwdawdwdszdsadsadas.helixarcade.space (Blocked)</h2></a>
</div>
</body>
</html>
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

a {
color: blue;
}

body {
background-color: rgba(128, 0, 255, 0.25)
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions yellowfacelolveryspookyandverylegitguysplease.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>EUEUUEUAEUEUHSJKFKJFKDSJHFDKJSFDKJSDHF</title>
</head>
<body>
<video width="1120" height="630" autoplay>
<source src="./videos/177857883-a5bb9b1a-f87f-4327-99be-eb9150c861f2.mp4" type="video/mp4"/>
<source src="./videos/177857883-a5bb9b1a-f87f-4327-99be-eb9150c861f2.ogg" type="video/ogg"/>
Your browser does not support the video tag.
</video>
</body>
</html>

0 comments on commit b75c9a6

Please sign in to comment.