Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bogachenko committed Jun 23, 2024
1 parent a08edbc commit dd87ec5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,16 @@
line-height: 1;
color: #24292e;
}
a:link {
a:link, a:visited, a:active {
text-decoration: none;
color: #0366d6;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h3 {
font-size: 1.25em;
font-weight: var(--base-text-weight-semibold, 600);
font-weight: 600;
}
@media(max-width:1300px) {
table {
Expand Down Expand Up @@ -94,7 +88,7 @@ <h3>Please enable JavaScript.</h3>
</td>
</tr>
</table>
<p class="сopyright">Copyright © 2023 <a href="mailto:bogachenkove@gmail.com">Vyacheslav Bogachenko</a></p>
<p class="сopyright">Copyright © 2024 <a href="mailto:bogachenkove@gmail.com">Vyacheslav Bogachenko</a></p>
</a>
</td>
</tr>
Expand Down

0 comments on commit dd87ec5

Please sign in to comment.