Skip to content

Commit

Permalink
Add 502 pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Jan 4, 2024
1 parent f03613c commit ed76f35
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assets/not_testing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
SPDX-FileCopyrightText: 2024 Alec Delaney
SPDX-License-Identifier: MIT
-->

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Testing Not In Progress</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<main class="container">
<h1 class="text-center">Testing Not In Progress</h1>
<p class="text-center">This subdomain is only used during testing.</p>
<p class="text-center"> Head to <a href="https://tekktrik.dev">the main site</a> for the deployed version!</p>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>
23 changes: 23 additions & 0 deletions assets/site_down.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
SPDX-FileCopyrightText: 2024 Alec Delaney
SPDX-License-Identifier: MIT
-->

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Temporary Outage</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<main class="container">
<h1 class="text-center">Site Temporarily Down</h1>
<p class="text-center">This site is temporarily down, likely due to maintenence or upgrade.</p>
<p class="text-center">Please wait a minute a reload the page. If the issue still persists, check back shortly!</p>
<p class="text-center">Feel free to <a href="mailto:[email protected]">email me</a> about this issue!</p>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit ed76f35

Please sign in to comment.