Files
atakanozbancom/Views/Shared/Error.cshtml
T

15 lines
370 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Under Maintenance</title>
</head>
<body>
<hgroup>
<h1>Under Maintenance</h1>
<h2>This page is updating right now. It'll be at your service soon.</h2>
</hgroup>
<a href="https://link.atakanozban.com/status">System Status</a>
</body>
</html>