Skip to content

Commit

Permalink
Added meta tags to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Dec 15, 2023
1 parent 80aafc8 commit 90ab4cc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Zero-knowledge Ed25519 asymmetric encryption static website">
<meta name="keywords" content="asymmetric, cryptography, aes, gcm, ed25519, eddsa, dsa, public key, private key">
<meta name="author" content="Glitched Polygons">
<title>GlitchEd25519</title>
<base href="/"/>
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css"/>
Expand Down

0 comments on commit 90ab4cc

Please sign in to comment.