mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
13 lines
509 B
HTML
13 lines
509 B
HTML
{{ define "main" }}
|
||
<section class="section-1">
|
||
<img class="img-1" src="/images/404/combined-shape.svg" alt="icon">
|
||
<img class="img-2" src="/images/404/fill.svg" alt="background image">
|
||
<div class="common-layout">
|
||
<img src="/images/404/404.png" alt="404 image">
|
||
<p>{{ i18n "We can’t find the page that you’re looking for :(" }}</p>
|
||
<a href="{{ site.Home.RelPermalink }}">
|
||
<button>{{ i18n "Go To Home" }}</button>
|
||
</a>
|
||
</div>
|
||
</section>
|
||
{{ end }} |