Browse Source

Prepared first implementation

Brendan Abolivier 8 years ago
parent
commit
632ec49e1d
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      index.html

+ 14
- 0
index.html View File

1
+<!DOCTYPE html>
2
+<html>
3
+    <head>
4
+        <meta charset="utf-8">
5
+        <title>Send Me A Mail</title>
6
+        <script src="form.js" charset="utf-8"></script>
7
+    </head>
8
+    <body>
9
+        <div id="form"></div>
10
+        <script type="text/javascript">
11
+            generateForm('form');
12
+        </script>
13
+    </body>
14
+</html>