Skip to content

Commit

Permalink
dasdsaasd
Browse files Browse the repository at this point in the history
  • Loading branch information
enterheadlines authored Sep 7, 2024
1 parent 4850d68 commit 163597d
Show file tree
Hide file tree
Showing 24 changed files with 811 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Entertopia is a unblocked gaming website, currently hosting over 140 games, 23 a
- 130+ Games
- 50+ ROMs
- 16+ Apps
- Custom OS
- Custom Web Store
- JS terminal
- Unblocked searching(NOT A PROXY)
- forced cloaking
- frequent updates
- Useful tools and bookmarks
Expand Down
3 changes: 1 addition & 2 deletions app/1v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
</center>

<br>



<div id="particles-js"></div>
<script>

Expand Down
Binary file removed apps.png
Binary file not shown.
Binary file removed elements.png
Binary file not shown.
1 change: 0 additions & 1 deletion entsearch/entsearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<link rel="stylesheet" href="index.css">
</head>
<body>
<center><a href="/index.html">Go Back</a></center>
<div class="container">
<h1>Entsearch</h1>
<input type="text" id="searchInput" placeholder="Search...">
Expand Down
Binary file added favicons/bingg.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 favicons/google-classroom.webp
Binary file not shown.
Binary file added favicons/google-docs.webp
Binary file not shown.
Binary file added favicons/google-drive.webp
Binary file not shown.
Binary file added favicons/google-keeps.ico
Binary file not shown.
Binary file added favicons/google-sheets.ico
Binary file not shown.
Binary file added favicons/google-slides.ico
Binary file not shown.
File renamed without changes
Binary file added favicons/ixll.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 favicons/khanacademy.ico
Binary file not shown.
Binary file added favicons/pornhub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions general/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
<a href="/media/drive.html"><button id="enter">Drive</button></a>
</center>
<br>
<center><h3>Options below are coming soon</h3></center>
<center><h3>Options below are beta features</h3></center>
<br>
<center>
<a href="/Infstore/infstore.html"><button id="enter">Infstore</button></a>
<a href="/entsearch/entsearch.html"><button id="enter">Entsearch</button></a>
<a href="/infamyOS/infamyos.html"><button id="enter">InfamyOS</button></a>
<a href="/terminal/terminal.html"><button id="enter">Terminal</button></a>
<a href="/media/infstore.html"><button id="enter">Infstore</button></a>
<a href="/media/entsearch.html"><button id="enter">Entsearch</button></a>
<a href="/media/infamyos.html"><button id="enter">InfamyOS</button></a>
<a href="/media/terminal.html"><button id="enter">Terminal</button></a>
</center>
<br>

Expand Down
Binary file removed home.png
Binary file not shown.
192 changes: 192 additions & 0 deletions media/entsearch.html

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions media/infamyos.html

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions media/infstore.html

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions media/terminal.html

Large diffs are not rendered by default.

34 changes: 33 additions & 1 deletion more/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,47 @@
<br>
<center><h1>Settings</h1></center>
<br>
Options below are beta features
<br>
<hr>
<br>
Background
<br>
<hr>
<center>
<button onclick="changeColor('lightblue')" id="furr">Light Blue</button><br>
<button onclick="changeColor('lightgreen')" id="furr">Light Green</button><br>
<button onclick="changeColor('lightcoral')" id="furr">Light Coral</button><br>
<button onclick="resetColor()" id="furr">Light Grey</button>
</center>
<br>
<hr>
<br>
Tab Cloak
<br>
<hr>
<center>
<form onsubmit="event.preventDefault(); updateTitleAndFavicon();">
<label for="titleInput">New Title:</label>
<input type="text" id="titleInput" placeholder="Enter new title" required>
<br><br>


<label for="predefinedFavicon">Choose Predefined Favicon:</label>
<select id="predefinedFavicon">
<option value="https://entertopia.vercel.app/Screenshot 2024-05-30 20.33.35.png">Select a favicon</option>
<option value="https://entertopia.vercel.app/favicons/google.png">Google</option>
<option value="https://entertopia.vercel.app/favicons/google-drive.webp">Google drive</option>
<option value="https://entertopia.vercel.app/favicons/google-classroom.webp">Google Classroom</option>
<option value="https://entertopia.vercel.app/favicons/ixll.png">IXL</option>
<option value="https://entertopia.vercel.app/favicons/khanacademy.ico">Khan Academy</option>
<option value="https://entertopia.vercel.app/favicons/bingg.png">Bing</option>
<option value="https://entertopia.vercel.app/favicons/google-docs.webp">Google Docs</option>
<option value="https://entertopia.vercel.app/favicons/google-slides.ico">Google Slides</option>
<option value="https://entertopia.vercel.app/favicons/google-sheets.ico">Google Sheets</option>
<option value="https://entertopia.vercel.app/favicons/google-keeps.ico">Google Keep</option>
<option value="https://entertopia.vercel.app/favicons/pornhub.png">Pornhub</option>
</select>
</center>
<div id="particles-js"></div>
<script>

Expand Down
Binary file removed reload.png
Binary file not shown.

0 comments on commit 163597d

Please sign in to comment.