summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 3eb26afacac6c0a7514ddf0c8a9cb6565a78db7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <title>Encypted Contact Form</title>
  <script src="./assets/js/openpgp.min.js"></script>  
  <script src="./assets/js/contact.js"></script>
</head>
<body>
<h2>Encrypted Contact Form</h2>
<textarea id="input" style='width: 100%; min-height: 300px'></textarea>
<button id="button" onClick="encrypt()">Encrypt</button>
</body>
</html>