You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
362 B
16 lines
362 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>aes-decrypter Demo</title>
|
|
<script src="dist/aes-decrypter.js"></script>
|
|
</head>
|
|
<body>
|
|
<p>To test this out, open up your developer console.</p>
|
|
<ul>
|
|
<li><a href="test/">Run unit tests in browser.</a></li>
|
|
<li><a href="docs/api/">Read generated docs.</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|