greenlock.html/index.html

23 lines
737 B
HTML

<html>
<head>
<title>Greenlock&trade;</title>
</head>
<body>
<form>
<label>What's your domain?</label>
<input type="text" placeholder="www.example.com">
<button type="submit">Next</button>
</form>
<input class="js-acme-directory-url" type="url" placeholder="ACME directory url">
<script src="./js/pkijs.org/v1.3.33/common.js"></script>
<script src="./js/pkijs.org/v1.3.33/asn1.js"></script>
<script src="./js/pkijs.org/v1.3.33/x509_schema.js"></script>
<script src="./js/pkijs.org/v1.3.33/x509_simpl.js"></script>
<script src="./js/browser-csr/v1.0.0-alpha/csr.js"></script>
<script src="./js/bacme.js"></script>
<script src="./js/app.js"></script>
</body>
</html>