2022-12-29 19:22:50 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2022-12-29 21:58:19 -05:00
|
|
|
<title>encryptme: interface logic testing page</title>
|
2022-12-29 19:22:50 -05:00
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>encryptme</h1>
|
|
|
|
<script src="scripts/interface.js"></script>
|
2022-12-29 21:58:19 -05:00
|
|
|
<script src="scripts/testpage.js"></script>
|
2022-12-29 19:22:50 -05:00
|
|
|
</body>
|
|
|
|
</html>
|