mirror of
https://github.com/diced/zipline.git
synced 2025-05-16 22:40:56 +02:00
23 lines
No EOL
719 B
Text
Executable file
23 lines
No EOL
719 B
Text
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include('./partials/head') %>
|
|
<meta property="og:title" content="Not Found" />
|
|
<meta name="theme-color" content="#09122B" />
|
|
<meta property="og:description" content="This page does not exist...">
|
|
<title>Not Found</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="particles-js"></div>
|
|
<div class="container h-100 d-flex justify-content-center">
|
|
<div class="jumbotron my-auto">
|
|
<h1 class="display-4" style="text-align: center;">404 - Not Found</h1>
|
|
<h5 style="text-align: center;">Looks like you hit a dead end... Return <a href="/"
|
|
style="color: #036ffc;">home</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |