[Static] Add unavailable site page

This commit is contained in:
2024-12-31 08:40:58 +01:00
parent b40796a482
commit 4a164e2568
4 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
<!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>
<link href="/style.css" rel="stylesheet">
</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>