Added some things

This commit is contained in:
MrAlienBoiGithub 2022-11-03 14:58:54 -04:00 committed by GitHub
parent 2ee880403d
commit 8475677812
10 changed files with 17 additions and 0 deletions

1
.htaccess Normal file
View File

@ -0,0 +1 @@
ErrorDocument 404 /404.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B

BIN
404-Favicon/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

14
404.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="404-Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="404-Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="404-Favicon/favicon-16x16.png">
<link rel="manifest" href="404-Favicon/site.webmanifest">
<title>404</title>
</head>
<body>
<h1>404</h1>
<p>I don't know how you got here but the page does not exist</p>
</body>
</html>

View File

@ -229,6 +229,7 @@
<input type="file" id="upload" accept=".swf, .spl"> <input type="file" id="upload" accept=".swf, .spl">
<label for="upload">Choose File</label> <label for="upload">Choose File</label>
<a href="https://ruffle.rs" target="_blank" class="source">Source</a> <a href="https://ruffle.rs" target="_blank" class="source">Source</a>
<br>
<a href="portal2d.swf">portal2d</a> <a href="portal2d.swf">portal2d</a>
</div> </div>
</div> </div>