public/404.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SequenceServer: Not Found</title>
<link rel="stylesheet" media="screen,print" type="text/css" href="css/app.min.css"/>
</head>
<body class="bg-white text-black text-center">
<img src="/sequenceserver_logo.webp" alt="SequenceServer Logo" class="mt-12 mb-4 w-48">
<div class="container mt-12">
<h1 class="text-4xl font-light leading-tight">404 Not Found</h1>
<p class="text-xl font-light mb-4">Sorry, the page you are looking for could not be found.</p>
<a href="/" class="py-2 px-4 rounded-md shadow-sm text-white bg-seqblue">Start over</a>
</div>
</body>
</html>