encryptme/index.html

17 lines
470 B
HTML
Raw Normal View History

2023-01-22 13:52:05 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>encryptme</title>
<meta name="description" content="Easy to use and simple online tools for encryption and decryption.">
2023-01-22 13:52:05 -05:00
</head>
<body>
<script src="scripts/header-template.js"></script>
2023-01-22 13:52:05 -05:00
<h2>Tools</h2>
<h3>Encryption/decryption</h3>
<a href="aes.html">AES</a>
</body>
</html>