summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..3eb26af
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>