Current section

Files

Jump to
zotonic_mod_base priv lib-src cotonic test cotonic.keyserver.html
Raw

priv/lib-src/cotonic/test/cotonic.keyserver.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="lib/qunit.css">
<script src="lib/qunit.js"></script>
<script type="text/javascript" src="../src/polyfill_page.js"></script>
<script type="text/javascript" src="../src/cotonic.js"></script>
<script type="text/javascript" src="../src/cotonic.keyserver.js"></script>
<script type="text/javascript" src="cotonic.keyserver_test_key.js"></script>
<script type="text/javascript" src="cotonic.keyserver.test.js"></script>
</head>
<body>
<h1>Keyserver Test</h1>
<div id="qunit"></div>
</body>
</html>