Replace CSS classes with semantic HTML
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
|
||||
<body>
|
||||
{{template "page_top" .}}
|
||||
<div class="checkers inset">
|
||||
<header>
|
||||
<h1>This page does not exist!</h1>
|
||||
</div>
|
||||
<div class="limit_width">
|
||||
</header>
|
||||
<section>
|
||||
<p>
|
||||
If you came here by a link from this very same website you can
|
||||
tell me about it on
|
||||
@@ -23,7 +23,7 @@
|
||||
<p>
|
||||
Bye!
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
{{template "page_bottom" .}}
|
||||
{{template "analytics"}}
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user