Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/static/test.html
2017-01-29 18:15:02 -05:00

23 lines
437 B
HTML

<html>
<head>
<title> crypto test page </title>
<script src="nntpchan.js"></script>
</head>
<body>
<div id="test_keygen">
</div>
<div id="encrypt_in">
test encrypt
</div>
<div id="encrypt_out">
</div>
<div id="decrypt_out">
</div>
<script>
nntpchan_crypto_test();
</script>
</body>
</html>