Skip to content

Commit

Permalink
dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicSyntax committed Jul 9, 2023
1 parent 64d71ea commit a391a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html data-bs-theme="dark" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -131,7 +131,7 @@
</div>
<div class="pt-5">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2023-03-26</p>
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2023-07-08</p>
<a href="./files/public-key.pem" class="btn btn-light">Public Key</a>
</footer>
</div>
Expand Down

0 comments on commit a391a80

Please sign in to comment.