-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,635 changed files
with
464,431 additions
and
32,704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ErrorDocument 404 /404.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="shortcut icon" href="/images/ico.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="storage/css/404.css"> | ||
<title>404 | Seraph</title> | ||
|
||
<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding"> | ||
<meta property="og:site_name" content="seraph"> | ||
<meta property="og:title" content="seraph"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding"> | ||
</head> | ||
<body> | ||
<div class="cursor"></div> | ||
<div class="content-side"> | ||
<h1>404</h1> | ||
<h2>you've wandered too far, or we've messed something up. let's get you back on track!</h2> | ||
<p class="linkp"><a href="index.html">go home</a> • <a href="games/index.html">view games</a> • <a href="https://github.com/a456pur/seraph" target="_blank">view apps</a> • <a href="host.html">github</a></p> | ||
|
||
<br> | ||
<a href="https://github.com/a456pur" target="_blank" style="text-decoration: none;">˗ˏˋ❀ website created & developed by @a456pur ❀ ´ˎ˗</p> | ||
</div> | ||
|
||
|
||
<script src="storage/js/cursor.js"></script> | ||
<script src="storage/js/cloak.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Addon Settings - TurboWarp</title> | ||
<style> | ||
body[splash-theme="dark"]:not(.tw-loaded) { | ||
background: #111; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<script> | ||
(function() { | ||
try {var localTheme = localStorage.getItem('tw:theme');} catch (e) {} | ||
if (localTheme ? localTheme === 'dark' : window.matchMedia('(prefers-color-scheme: dark)').matches) document.body.setAttribute('splash-theme', 'dark'); | ||
})(); | ||
</script> | ||
<div id="app"></div> | ||
<script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.js"></script><script src="js/addon-settings~addons~editor~fullscreen~player.js"></script><script src="js/addon-settings.js"></script></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>TurboWarp Credits</title> | ||
<style> | ||
body[splash-theme="dark"]:not(.tw-loaded) { | ||
background: #111; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<script> | ||
(function() { | ||
try {var localTheme = localStorage.getItem('tw:theme');} catch (e) {} | ||
if (localTheme ? localTheme === 'dark' : window.matchMedia('(prefers-color-scheme: dark)').matches) document.body.setAttribute('splash-theme', 'dark'); | ||
})(); | ||
</script> | ||
<div id="app"></div> | ||
<script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.js"></script><script src="js/credits.js"></script></body> | ||
</html> |
Oops, something went wrong.