diff --git a/.htaccess b/.htaccess index 9d2456b..51e65b5 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,11 @@ -ErrorDocument 404 /404.html +ErrorDocument 404 /error/404.html +ErrorDocument 401 /error/401.html +ErrorDocument 500 /error/500.html +ErrorDocument 502 /error/502.html +ErrorDocument 410 /error/410.html RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTPS} off RewriteCond %{HTTP:CF-Visitor} !{"scheme":"https"} -RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] \ No newline at end of file +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] +RewriteRule ^(.*)$ http://yourwebsitename.con/expired_page $1 [R=410,L] \ No newline at end of file diff --git a/404.html b/404.html deleted file mode 100644 index 60e8c5d..0000000 --- a/404.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - 404 - - -

404

-

- I don't know how you got here but the page does not exist -

-
- crying emoji - - diff --git a/assets/Favicons/404_Favicon/android-chrome-192x192.png b/assets/Favicons/404_Favicon/android-chrome-192x192.png deleted file mode 100644 index b0b7a70..0000000 Binary files a/assets/Favicons/404_Favicon/android-chrome-192x192.png and /dev/null differ diff --git a/assets/Favicons/404_Favicon/android-chrome-512x512.png b/assets/Favicons/404_Favicon/android-chrome-512x512.png deleted file mode 100644 index e151086..0000000 Binary files a/assets/Favicons/404_Favicon/android-chrome-512x512.png and /dev/null differ diff --git a/assets/Favicons/404_Favicon/apple-touch-icon.png b/assets/Favicons/404_Favicon/apple-touch-icon.png deleted file mode 100644 index 84b57e4..0000000 Binary files a/assets/Favicons/404_Favicon/apple-touch-icon.png and /dev/null differ diff --git a/assets/Favicons/404_Favicon/favicon-16x16.png b/assets/Favicons/404_Favicon/favicon-16x16.png deleted file mode 100644 index 31e114d..0000000 Binary files a/assets/Favicons/404_Favicon/favicon-16x16.png and /dev/null differ diff --git a/assets/Favicons/404_Favicon/favicon-32x32.png b/assets/Favicons/404_Favicon/favicon-32x32.png deleted file mode 100644 index 9557122..0000000 Binary files a/assets/Favicons/404_Favicon/favicon-32x32.png and /dev/null differ diff --git a/assets/Favicons/404_Favicon/favicon.ico b/assets/Favicons/404_Favicon/favicon.ico deleted file mode 100644 index fd4e3ea..0000000 Binary files a/assets/Favicons/404_Favicon/favicon.ico and /dev/null differ diff --git a/assets/Favicons/404_Favicon/site.webmanifest b/assets/Favicons/404_Favicon/site.webmanifest deleted file mode 100644 index ff0b9be..0000000 --- a/assets/Favicons/404_Favicon/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/assets/Favicons/404_Favicon/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/assets/Favicons/404_Favicon/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/assets/styles/404.css b/assets/styles/404.css deleted file mode 100644 index 111c293..0000000 --- a/assets/styles/404.css +++ /dev/null @@ -1,14 +0,0 @@ -h1 { - text-align: center; -} - -p { - text-align: center; -} - -.center { - display: block; - margin-left: auto; - margin-right: auto; - width: 50%; -} \ No newline at end of file diff --git a/assets/styles/Font/opensans.woff b/assets/styles/Font/opensans.woff new file mode 100644 index 0000000..662bd22 Binary files /dev/null and b/assets/styles/Font/opensans.woff differ diff --git a/assets/styles/Font/opensans.woff2 b/assets/styles/Font/opensans.woff2 new file mode 100644 index 0000000..d51b902 Binary files /dev/null and b/assets/styles/Font/opensans.woff2 differ diff --git a/assets/styles/Font/tiltneon.woff b/assets/styles/Font/tiltneon.woff deleted file mode 100644 index 008e878..0000000 Binary files a/assets/styles/Font/tiltneon.woff and /dev/null differ diff --git a/assets/styles/Font/tiltneon.woff2 b/assets/styles/Font/tiltneon.woff2 deleted file mode 100644 index c83f480..0000000 Binary files a/assets/styles/Font/tiltneon.woff2 and /dev/null differ diff --git a/assets/styles/error.css b/assets/styles/error.css new file mode 100644 index 0000000..80a637f --- /dev/null +++ b/assets/styles/error.css @@ -0,0 +1,14 @@ +h1 { + text-align: center; +} + +p { + text-align: center; +} + +.center { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} diff --git a/assets/styles/main.css b/assets/styles/main.css index c03e0c0..eb4757c 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -2,54 +2,16 @@ box-sizing: border-box; } -.header { - padding: 30px; - font-size: 40px; - text-align: center; - background: white; -} - body { padding: px; background: #868686; margin: 0; overflow-x: hidden; - font-family: tiltneon; + font-family: sans-serif; } -.leftcolumn { - margin: auto; - padding: 10px; - float: left; - width: 75%; -} - -.rightcolumn { - float: left; - width: 25%; - padding-left: 20px; -} - -.fakeimg { - background-color: #aaa; - width: 100%; -} - -.card { - background-color: white; - padding: 20px; - margin-top: 20px; -} - -.row:after { - content: ""; - display: table; - clear: both; -} - -.image { - max-width: 100%; - max-height: 100%; +.welcome { + font-size: large; } .borderimg { @@ -79,7 +41,6 @@ body { } @media screen and (max-width: 800px) { - .leftcolumn, .rightcolumn { width: 100%; @@ -88,10 +49,9 @@ body { } @font-face { - font-family: 'tiltneon'; - src: url('/assets/styles/Font/tiltneon.woff2') format('woff2'), - url('/assets/styles/Font/tiltneon.woff') format('woff'); + font-family: "opensans"; + src: url("/assets/styles/Font/opensans.woff2") format("woff2"), + url("/assets/styles/Font/opensans.woff") format("woff"); font-weight: normal; font-style: normal; - } diff --git a/error/401.html b/error/401.html new file mode 100644 index 0000000..03fdce8 --- /dev/null +++ b/error/401.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + 401 + + + +

401 Unauthorized

+

+ The server could not verify if you are authorized to view this page. +

+ + diff --git a/error/404.html b/error/404.html new file mode 100644 index 0000000..ccb987f --- /dev/null +++ b/error/404.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + 404 + + + +

404 Not Found

+

+ The server could not find the page you are looking for or it does not + exist. +

+ + diff --git a/error/410.html b/error/410.html new file mode 100644 index 0000000..1dc361c --- /dev/null +++ b/error/410.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + 404 + + + +

410 Gone

+

+ This page has been permanently removed from the internet. +

+ + diff --git a/error/500.html b/error/500.html new file mode 100644 index 0000000..6e3b14e --- /dev/null +++ b/error/500.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + 500 + + + +

500 Internal Server Error

+

+ The server encountered an internal error and was unable to complete your request.
Try to refresh and see if that fixes the issue.
If not then try again later. +

+ + diff --git a/error/502.html b/error/502.html new file mode 100644 index 0000000..dc6caef --- /dev/null +++ b/error/502.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + 502 + + + +

502 Bad Gateway

+

+ The server returned an incomplete request. +

+ + diff --git a/index.html b/index.html index ef7fee1..5c0e19c 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ - +
@@ -54,21 +54,24 @@ zuck -

-
- + diff --git a/private/htaccess b/private/htaccess deleted file mode 100644 index 08d0cfe..0000000 --- a/private/htaccess +++ /dev/null @@ -1,7 +0,0 @@ -# BEGIN InfinityFree Directory Protection -# DO NOT EDIT - YOUR CHANGES WILL BE OVERWRITTEN -AuthType Basic -AuthName "Login Required" -AuthUserFile "/home/vol19_2/epizy.com/epiz_33208595/geometrytools.ga/htdocs/private/.htpasswd" -Require valid-user -# END InfinityFree Directory Protection diff --git a/private/htpasswd b/private/htpasswd deleted file mode 100644 index 84c56db..0000000 --- a/private/htpasswd +++ /dev/null @@ -1 +0,0 @@ -Lucas:$2y$10$AO1diDAEJdr5xzWi4xMllOuDPhhH0IL0lJ2PCrjqo.B9JpmGx./Ty diff --git a/wip.html b/wip.html index 47fb490..6096e0c 100644 --- a/wip.html +++ b/wip.html @@ -35,13 +35,14 @@ +