88904301b2
Change-Id: Ib22b399b142a8cf6622f24e101d9096553e5e25b
21 lines
573 B
HTML
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>
|