aes.html: add title

This commit is contained in:
dogeystamp 2023-01-22 15:06:08 -05:00
parent 6b0b1ab132
commit 49a04bebb6
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -11,6 +11,7 @@
</head>
<body>
<h1>encryptme</h1>
<h1>AES</h1>
<script src="scripts/interface.js"></script>
<script src="scripts/aes.js"></script>
</body>