Fix sticky footer issue (#10681)
* Fix sticky footer issue * Fix merge conflict * Aesthetic changes to 404 page
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f0d8c8a79c
commit
0650b70742
+26
-3
@@ -1,5 +1,28 @@
|
||||
{{ define "main" }}
|
||||
<section>
|
||||
<p>Sorry, this page was not found. :(</p>
|
||||
</section>
|
||||
<div class="container-404">
|
||||
<h4>
|
||||
Perhaps you were looking for:
|
||||
</h4>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/docs">
|
||||
The Kubernetes documentation
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/blog">
|
||||
The Kubernetes blog
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/community">
|
||||
The Kubernetes community
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user