storj/web/satellite/src/components/errors/page50X.html

12 lines
342 B
HTML
Raw Normal View History

2019-04-11 02:27:55 +01:00
<!--Copyright (C) 2019 Storj Labs, Inc.-->
<!--See LICENSE for copying information.-->
<div class="error-container">
2019-07-09 16:04:51 +01:00
<a href="/" class="logo">
<LogoIcon class="header-container__left-area__logo__img"/>
<TextIcon class="text"/>
2019-07-09 16:04:51 +01:00
</a>
<h1 class="error-container__title">503 Unknown Error</h1>
<MainIcon/>
2019-04-11 02:27:55 +01:00
</div>