index.html: added barebones index page

This commit is contained in:
dogeystamp 2023-01-22 13:52:05 -05:00
parent 8b64db64d9
commit 04017f6666
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Easy to use and simple online tools for encryption and decryption.">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>encryptme</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>encryptme</h1>
<h2>Tools</h2>
<h3>Encryption/decryption</h3>
<a href="aes.html">AES</a>
</body>
</html>