[Static] Add unavailable site page
This commit is contained in:
18
static/errors/unavailable.html
Normal file
18
static/errors/unavailable.html
Normal 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>
|
||||
Reference in New Issue
Block a user