summaryrefslogtreecommitdiffstats
path: root/index.php
blob: b9b5638c45d8da0a7a78f92fcf881aa30a40c45a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php ?>
<head>
  <title>Encypted Contact Form</title>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
  <script src="assets/js/openpgp.min.js"></script>  
  <script src="assets/js/contact.js"></script>
</head>
<body>
<h2>Encrypted Contact Form</h2>
<textarea id="pubkey" style='width: 50%; min-height: 100px'></textarea>
<textarea id="input" style='width: 50%; min-height: 100px'></textarea>
<button id="button" onClick="Encrypt()">Encrypt</button>
</body>