storj/web/satellite/static/errors/404.html
Egon Elbre 88904301b2 web/satellite/static: fix 404 and 500 page logo link
Change-Id: Ib22b399b142a8cf6622f24e101d9096553e5e25b
2021-11-22 14:17:07 +02:00

21 lines
573 B
HTML

<!--Copyright (C) 2019 Storj Labs, Inc.-->
<!--See LICENSE for copying information.-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Page Not Found - Storj</title>
<link rel="stylesheet" type="text/css" href="/static/static/errors/error.css">
</head>
<body>
<div class="error-container">
<a href="/" class="logo">
<img src="/static/static/images/logo.svg" alt="Storj logo">
</a>
<h1 class="title">404. Something Went Wrong</h1>
<img src="/static/static/images/errors/404.svg" alt="Illustration for 404 page">
</div>
</body>
</html>