remove error page template
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m32s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m32s
This commit is contained in:
parent
69321adb1f
commit
e067d399c8
@ -1,23 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Minecraft Utilities</title>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
|
||||
<!-- Discord Meta Tags -->
|
||||
<meta name="description" content="Wrapper for the Minecraft APIs to make them easier to use.">
|
||||
<meta name="theme-color" content="#3498DB">
|
||||
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white text-center">
|
||||
<p class="font-bold text-red-600">Oh, no!</p>
|
||||
<p>You have encountered an error.</p>
|
||||
|
||||
<img class="mt-5 h-[30rem]" src="https://cdn.fascinated.cc/Dc0g0o3lP1j.gif" alt="Error Gif"/>
|
||||
</body>
|
||||
</html>
|
@ -17,6 +17,7 @@
|
||||
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white text-center">
|
||||
<p class="font-bold">Hello!</p>
|
||||
<p>Wrapper for the Minecraft APIs to make them easier to use.</p>
|
||||
<p>This page will eventually be replaced with a new one.</p>
|
||||
<a class="text-blue-600" target=”_blank” href="https://git.fascinated.cc/Fascinated/minecraft-helper">Source Code</a>
|
||||
|
||||
<div class="flex flex-col mt-3">
|
||||
|
Loading…
Reference in New Issue
Block a user