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>You broke pixeldrain</h1>
|
||||
</div>
|
||||
<div class="limit_width">
|
||||
</header>
|
||||
<section>
|
||||
<p>
|
||||
Great job.
|
||||
</p>
|
||||
@@ -24,7 +24,7 @@
|
||||
try again in a few minutes (or hours), or go back to the <a
|
||||
href='/'>home page</a> and start over.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
{{template "page_bottom" .}}
|
||||
{{template "analytics"}}
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user