asd/asd-pc/node_modules/aes-decrypter/index.html
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

16 lines
362 B
HTML

<!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>