Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 7 #24

Merged
merged 11 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Dashboard</title>
<link rel="stylesheet" type="text/css" href="/assets/404/404.css" />
<link rel="icon" type="image/x-icon" href="/img/canvas.ico" />
<script src="/assets/js/script.js?v=4"></script>
<script src="/assets/js/script.js?v=4"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion static/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
Expand Down
4 changes: 2 additions & 2 deletions static/art.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
Expand Down Expand Up @@ -49,4 +49,4 @@ <h3 style="text-align: center">
</main>
<script src="/assets/js/searchbar.v2.js?v=1"></script>
</body>
</html>
</html>
16 changes: 5 additions & 11 deletions static/assets/css/nav.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#title {
font-family: "Arial";
font-size: 55px;
font-weight: 700;
}
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

.navbar {
top: 0;
Expand Down Expand Up @@ -30,6 +26,7 @@
transition: 0.35s ease;
}
.navbar a {
font-family: "Inter", Arial, sans-serif;
color: #fff;
text-decoration: none;
padding: 10px 15px;
Expand All @@ -47,15 +44,12 @@
transform: translateX(-10px);
}

.navbar a:first-child {
font-size: 24px;
#nav-title {
font-size: 26px;
font-weight: 700;
margin-right: auto;
}

.title {
font-weight: 300;
font-family: "Arial";
}
@media only screen and (max-width: 600px) {
nav {
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion static/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<body>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
Expand Down
2 changes: 1 addition & 1 deletion static/english.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
Expand Down
39 changes: 18 additions & 21 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
content="unblocked games, 55gms tk, 55gms, reds exploit corner, games, unblocked, site, lanier, lanier middle school, gg, Minecraft, discord, chromebook, chromeos, rednotsus, vanillacraft, eaglercraft unblocked, resent client unblocked, fun, cool, proxy, slope unblocked, free, unblocked monkey mart, 555gms, 5gms, school"
/>
</script>
<script src="/assets/js/script.js?v=4"></script>
<script src="/assets/js/script.js?v=4"></script>
<script src="/assets/js/easteregg.min.js" async></script>
</head>
<body>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
<a href="/p"><i class="fa-solid fa-magnifying-glass">&nbsp;</i>Search</a>
<a href="/e"><i class="fa-solid fa-robot"></i>&nbsp;</i>AI</a>
<a href="/s"><i class="fa-solid fa-gears">&nbsp;</i>Settings</a>
</div>
</nav>
<nav>
<div class="navbar">
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
<a href="/p"><i class="fa-solid fa-magnifying-glass">&nbsp;</i>Search</a>
<a href="/e"><i class="fa-solid fa-robot"></i>&nbsp;</i>AI</a>
<a href="/s"><i class="fa-solid fa-gears">&nbsp;</i>Settings</a>
</div>
</nav>
<h1 id="title">Reds Exploit Corner</h1>
<h1 id="sub">
Loading...
</h1>

<center>
<div style="text-align: center">
<br />
<a href="d"><button class="zoom glow-on-hover">Dashboard</button></a>
<br /><br /><br /><br />
Expand All @@ -66,14 +66,11 @@ <h1 id="sub">
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
if (localStorage.getItem("roblox") != "true") {
alert("roblox might be fixed - check it out")
localStorage.setItem("roblox", "true")
}
if (localStorage.getItem("roblox") != "true") {
alert("roblox might be fixed - check it out");
localStorage.setItem("roblox", "true");
}
</script>
</p>
</center>
<script>
</script>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion static/indexx.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<body>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
Expand Down
2 changes: 1 addition & 1 deletion static/math.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
Expand Down
2 changes: 1 addition & 1 deletion static/science.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>
<nav>
<div class="navbar">
<a class="title" href="/">Reds Exploit Corner</a>
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-code">&nbsp;</i>Exploits</a>
Expand Down
Loading