greenlock.html/index.html

20 lines
629 B
HTML
Raw Normal View History

2018-05-01 00:03:12 +00:00
<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/app.js"></script>
</body>
</html>