pointsight/static/offline.html
2022-03-06 18:36:36 +01:00

42 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
-->
<meta charset="utf-8" />
<title>Pointsight is offline</title>
<meta name="description" content="This is the Pointsight fallback website." />
<meta name="author" content="[Project-Name-Here]" />
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS
-->
<link rel="stylesheet" href="/css/tailwindInclude.css" />
<!-- Favicon
-->
<link rel="icon" type="image/png" href="images/favicon-16.png" />
</head>
<body>
<div class="bg-gradient-to-r
from-purple-400
via-pink-500
to-red-500
animate-gradient-xy">
<div class="flex items-center justify-center h-screen">
<div class="text-black rounded-lg shadow-lg p-10 bg-gray-50 dark:bg-gray-800 dark:text-white text-center">
<h1 class="text-6xl">Offline</h1>
<p class="text-4xl">That's not good</p>
<p>Huh, it seems like one of us is offline.<br> If you are sure that you are only, maybe we have a problem. Please check later!</p><br>
</div>
</div>
</body>
</html>