19 lines
784 B
HTML
19 lines
784 B
HTML
<!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>
|