Upload website
This commit is contained in:
2
errors/.htaccess
Normal file
2
errors/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
||||
ErrorDocument 503 /unavailable.html
|
||||
ErrorDocument 500 /errors.html
|
88
errors/errors.html
Normal file
88
errors/errors.html
Normal file
@@ -0,0 +1,88 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Error | janishutz.com</title>
|
||||
<style>
|
||||
@import url( 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap' );
|
||||
@import url( 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200' );
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
body {
|
||||
background-color: rgb(20, 20, 20);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.material-symbols-outlined {
|
||||
font-variation-settings:
|
||||
'FILL' 0,
|
||||
'wght' 400,
|
||||
'GRAD' 0,
|
||||
'opsz' 48
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 80%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
width: 15vh;
|
||||
height: 15vh;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding: 20px;
|
||||
background-color: rgb(21, 43, 92);
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 10px;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
border-radius: 5px;
|
||||
background-color: rgb(2, 10, 27);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<img src="https://static.janishutz.com/logo.jpg" alt="logo" class="logo">
|
||||
<span class="material-symbols-outlined error">error</span>
|
||||
<h1>Critical Error</h1>
|
||||
<p>A critical error occurred whentrying to connect you. If the issue persists, please contact me</p>
|
||||
<a href="https://support.janishutz.com/index.php?a=add?category=11" class="button">Contact Support</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
57
errors/style.css
Normal file
57
errors/style.css
Normal file
@@ -0,0 +1,57 @@
|
||||
@import url( 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap' );
|
||||
@import url( 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200' );
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.material-symbols-outlined {
|
||||
font-variation-settings:
|
||||
'FILL' 0,
|
||||
'wght' 400,
|
||||
'GRAD' 0,
|
||||
'opsz' 48
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 80%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
width: 15vh;
|
||||
height: 15vh;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding: 20px;
|
||||
background-color: rgb(21, 43, 92);
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 10px;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
border-radius: 5px;
|
||||
background-color: rgb(2, 10, 27);
|
||||
}
|
87
errors/unavailable.html
Normal file
87
errors/unavailable.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Service unavailable | janishutz.com</title>
|
||||
<style>
|
||||
@import url( 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap' );
|
||||
@import url( 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200' );
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
body {
|
||||
background-color: rgb(20, 20, 20);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.material-symbols-outlined {
|
||||
font-variation-settings:
|
||||
'FILL' 0,
|
||||
'wght' 400,
|
||||
'GRAD' 0,
|
||||
'opsz' 48
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 80%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
width: 15vh;
|
||||
height: 15vh;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding: 20px;
|
||||
background-color: rgb(21, 43, 92);
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 10px;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
border-radius: 5px;
|
||||
background-color: rgb(2, 10, 27);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<img src="https://static.janishutz.com/logo.jpg" alt="logo" class="logo">
|
||||
<span class="material-symbols-outlined error">error</span>
|
||||
<h1>Service unavailable</h1>
|
||||
<p>The service you are trying to reach is currently unavailable. If the issue persists, please contact me</p>
|
||||
<a href="https://support.janishutz.com/index.php?a=add?category=11" class="button">Contact Support</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user