Skip to content

Commit

Permalink
cleaning and updating
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-92 authored Sep 2, 2024
1 parent c6cedb7 commit dc108bf
Show file tree
Hide file tree
Showing 11 changed files with 36,003 additions and 36,054 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ <h2>Welcome to Atlas. Credit to 3kh0, selenite.cc, and crazygames</h2>
<h1>Games</h1>
<input type="text" id="searchInput" placeholder="Search games...">
<ul id="gamesList">
<a href="eagler/index.html">up-to-date-eagler</a>
</ul>
<h1>Not-Games</h1>
<ul id="notGamesList">
<a href="92vids/">92vids</a>
<a href="flashplayer.html">Flash Player</a>
<a href="turbowarp.html">TurboWarp Packager</a>
<a href="thehold/">The Hold - Crew Only</a>
<a href="flashplayer.html">Flash Player</a>
<a href="turbowarp.html">TurboWarp Packager</a>
</ul>
</div>

Expand Down
35,966 changes: 129 additions & 35,837 deletions asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/eagler/index.html

Large diffs are not rendered by default.

35,837 changes: 35,837 additions & 0 deletions asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/eagler/oldindex.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/embed.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 name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
embed {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<script>
const embed = document.createElement("embed");
embed.frameborder = "0";
embed.src = "index.html";
document.body.appendChild(embed);
</script>
</body>
</html>
12 changes: 1 addition & 11 deletions asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2><a href="javascript:(function()%7B(()%3D%3E%7Bvar%20__webpack_modules__%3D%7
<p>Cool utility by penguinify</p>
</article>
<article>
<h2><a href="about.html">About</a></h2>
<h2><a href="/README.md">About</a></h2>
<p>About thepegleg (README.md)</p>
</article>
<article>
Expand All @@ -142,20 +142,10 @@ <h2><a href="news.html">Pegleg news</a></h2>
<h2><a href="byeblocker.html">ByeBlocker</a></h2>
<p>Cool proxy</p>
</article>

<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '1157679713251233815',
channel: '1157679713867812926'
})
</script>
<article>
<h2>Let me know if you want ANYTHING on this site. I will do my best to add it.</h2>
<h2>[email protected]</h2>
</article>
<article>
<h3>Made with ❤️ by Cbass92</h3>
</article>
</main>
</body>
</html>
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion pwa.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"name": "Classroom",
"scope": "./",
"short_name": "Classroom",
"start_url": "./asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/index.html",
"start_url": "./asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/embed.html",
"theme_color": "#000000"
}

0 comments on commit dc108bf

Please sign in to comment.