Added some things
This commit is contained in:
parent
2ee880403d
commit
8475677812
BIN
404-Favicon/android-chrome-192x192.png
Normal file
BIN
404-Favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
404-Favicon/android-chrome-512x512.png
Normal file
BIN
404-Favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
404-Favicon/apple-touch-icon.png
Normal file
BIN
404-Favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
404-Favicon/favicon-16x16.png
Normal file
BIN
404-Favicon/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 406 B |
BIN
404-Favicon/favicon-32x32.png
Normal file
BIN
404-Favicon/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 866 B |
BIN
404-Favicon/favicon.ico
Normal file
BIN
404-Favicon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
404-Favicon/site.webmanifest
Normal file
1
404-Favicon/site.webmanifest
Normal 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
14
404.html
Normal 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>
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user