Skip to content

Commit

Permalink
Fix incorrect use of <a> in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianabrown committed Sep 14, 2020
1 parent 3b1aa2c commit f02ddbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ <h1 style="font-family: sans-serif; font-size: 36pt;">404</h1>
</div>

<footer style="display: grid; vertical-align: middle; grid-template-columns: auto 50px;">
<a id="footer" style="padding-top: 5px">
<div id="footer" style="padding-top: 5px">
<noscript>Copyright &copy; 2020 Ian Brown.</noscript>
</a>
</div>
<script>
originYear = "2020";
d = new Date();
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ <h3 class="project-name">paste</h3>
</div>

<footer style="display: grid; vertical-align: middle; grid-template-columns: auto 50px;">
<a id="footer" style="padding-top: 5px">
<div id="footer" style="padding-top: 5px">
<noscript>Copyright &copy; 2020 Ian Brown.</noscript>
</a>
</div>
<script>
originYear = "2020";
d = new Date();
Expand Down

0 comments on commit f02ddbf

Please sign in to comment.