@cyberblast/webserver
Version:
A minimal node-based web server
22 lines (21 loc) • 609 B
HTML
<html lang="en-US">
<head>
<title>Error</title>
<meta charset="utf-8">
<link rel="icon" href="javascript: return false;">
</head>
<body>
<div style="height: 80%;display: flex;align-items: center;justify-content: center">
<div style="max-width:600px;">
<h1 style="font: 40px sans-serif;">STATUS</h1>
<span style="font: 14px consolas;">ERROR</span>
<div>
<span style="font: 14px consolas;">
<a href="/">Back to the roots</a>
</span>
</div>
</div>
</div>
</body>
</html>