<!DOCTYPE html>
<html lang="en">
<head>
<title>Error | KASI Science Data Portal</title>
</head>

<!-- 	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Play:wght@700&family=Roboto:wght@400;500;700&display=swap"> -->
	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Play:wght@700&family=Roboto:wght@400;500;700&display=swap" integrity="sha384-z4M7t62b4snemBJEc4jYbYwCLnFruAmFdAx5zcZfm6rawGLmy0aBgC9PyN1KGZ5M" crossorigin="anonymous">
	<link rel="stylesheet" href="/resources/error/error.css">

<body>
	<div id="error">
		<h1>🚧 ERROR 🚧</h1>
		<p>sorry, we are having a problem executing your request.</p>
		<div class="links">
			<a href="#" onclick="history.back();">↩️ Go to previous
				page</a> <a href="/">🏠 Go to Home</a>
		</div>
	</div>
</body>
</html>