istio.io/layouts/404.html

22 lines
648 B
HTML

{{ define "main" }}
<div class="container-fluid">
<div class="row notfound">
<div class="col-12">
<main role="main">
<div class="icon">
<img alt="Warning" title="Uh-oh" src="/img/exclamation-mark.svg" />
</div>
<div class="error">
We're sorry, the page you requested cannot be found
</div>
<div class="explanation">
The URL may be misspelled or the page you're looking for is no longer available
</div>
</main>
</div>
</div>
</div>
{{ end }}