Update error pages.
This commit is contained in:
@@ -1,72 +1,19 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>400 | Cutieguwu</title>
|
<title>400 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">400</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="error_pane">
|
||||||
<h1>400</h1>
|
<h1>400</h1>
|
||||||
@@ -77,10 +24,10 @@
|
|||||||
or deception.
|
or deception.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,81 +1,28 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>401 | Cutieguwu</title>
|
<title>401 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">401</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>401</h1>
|
<h1>401</h1>
|
||||||
<h2>Unauthorized!</h2>
|
<h2>Unauthorized!</h2>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,83 +1,30 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>403 | Cutieguwu</title>
|
<title>403 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">403</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>403</h1>
|
<h1>403</h1>
|
||||||
<h2>Forbidden!</h2>
|
<h2>Forbidden!</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<p>The server is refusing to act upon your request.</p>
|
<p>The server is refusing to act upon your request.</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,81 +1,28 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>404 | Cutieguwu</title>
|
<title>404 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">404</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h2>Page not found!</h2>
|
<h2>Page not found!</h2>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,83 +1,30 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>500 | Cutieguwu</title>
|
<title>500 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">500</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>500</h1>
|
<h1>500</h1>
|
||||||
<h2>Internal Server Error!</h2>
|
<h2>Internal Server Error!</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<p>The server has no clue WTF happened here.</p>
|
<p>The server has no clue WTF happened here.</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,83 +1,30 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>501 | Cutieguwu</title>
|
<title>501 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">501</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>501</h1>
|
<h1>501</h1>
|
||||||
<h2>Not Implemented!</h2>
|
<h2>Not Implemented!</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<p>Whatever you just tried doing, the server doesn't know how to handle it.</p>
|
<p>Whatever you just tried doing, the server doesn't know how to handle it.</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,83 +1,30 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>502 | Cutieguwu</title>
|
<title>502 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">502</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>502</h1>
|
<h1>502</h1>
|
||||||
<h2>Bad Gateway!</h2>
|
<h2>Bad Gateway!</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<p>This service may be offline.</p>
|
<p>This service may be offline.</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,83 +1,30 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>503 | Cutieguwu</title>
|
<title>503 | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">503</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>503</h1>
|
<h1>503</h1>
|
||||||
<h2>Service Unavailable!</h2>
|
<h2>Service Unavailable!</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<p>The server may be overloaded or down for maintenance.</p>
|
<p>The server may be overloaded or down for maintenance.</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,74 +1,21 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en-ca">
|
<html lang="en-ca">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<title>Error Template | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
<title>504 | Cutieguwu</title>
|
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="../img/test-favicon.jpg" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, height=device-height, initial-scale=1.0"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body class="viewport">
|
||||||
<nav class="nav_pane">
|
<nav class="pane_nav">
|
||||||
<h2 class="nav_logo">Cutieguwu</h2>
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
<ul class="nav_menu">
|
<div class="location">
|
||||||
<li class="nav_body"><a class="nav_title" href="">Home</a></li>
|
<p class="location_header">You are here:</p>
|
||||||
<li class="nav_body">
|
<p class="location_page">Error Template</p>
|
||||||
<a class="nav_title" href="#">About</a>
|
</div>
|
||||||
</li>
|
<include src="includes/nav_quick_links.html" />
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title" href="#">Minecraft</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="#">Bearock SMP</a>
|
|
||||||
<a class="nav_title" href="#">Rebirth SMP</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<p class="nav_title">Links</p>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://gitea.cutieguwu.ca">Gitea</a>
|
|
||||||
<a class="nav_title" href="https://jellyfin.cutieguwu.ca">Jellyfin</a>
|
|
||||||
<a class="nav_title" href="https://play.cutieguwu.ca">Rebirth</a>
|
|
||||||
<a class="nav_title" href="https://zotero.cutieguwu.ca">Zotero</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown">
|
|
||||||
<div class="dropdown_header nav_body">
|
|
||||||
<a class="nav_title" href="https://pronouns.page/@Cutieguwu"
|
|
||||||
>Pronoun Pages</a
|
|
||||||
>
|
|
||||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown_body">
|
|
||||||
<a class="nav_title" href="https://en.pronouns.page/@Cutieguwu">English</a>
|
|
||||||
<a class="nav_title" href="https://pronoms.fr/@Cutieguwu">French</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Other 2</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav_body">
|
|
||||||
<a class="nav_title" href="#">Super long titled</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="error_pane">
|
<div class="pane_error">
|
||||||
<h1>504</h1>
|
<h1>504</h1>
|
||||||
<h2>Gateway Timeout!</h2>
|
<h2>Gateway Timeout!</h2>
|
||||||
<hr />
|
<hr />
|
||||||
@@ -77,10 +24,10 @@
|
|||||||
server.
|
server.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<div class="pane_spacer">
|
||||||
type="module"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
></script>
|
</div>
|
||||||
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
30
src/templates/error.html
Normal file
30
src/templates/error.html
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
<!doctype html>
|
||||||
|
|
||||||
|
<html lang="en-ca">
|
||||||
|
<head>
|
||||||
|
<title>Error Template | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
|
</head>
|
||||||
|
<body class="viewport">
|
||||||
|
<nav class="pane_nav">
|
||||||
|
<include src="includes/nav_logo.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
|
<div class="location">
|
||||||
|
<p class="location_header">You are here:</p>
|
||||||
|
<p class="location_page">Error Template</p>
|
||||||
|
</div>
|
||||||
|
<include src="includes/nav_quick_links.html" />
|
||||||
|
</nav>
|
||||||
|
<div class="pane_error">
|
||||||
|
<h1>Error Code</h1>
|
||||||
|
<h2>Error Title</h2>
|
||||||
|
<hr />
|
||||||
|
<p>Error details and explaination.</p>
|
||||||
|
</div>
|
||||||
|
<div class="pane_spacer">
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
|
</div>
|
||||||
|
<include src="includes/scripts.html" />
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user