Explorar el Código

Prepared first implementation

Brendan Abolivier hace 8 años
padre
commit
632ec49e1d
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14
    0
      index.html

+ 14
- 0
index.html Ver fichero

@@ -0,0 +1,14 @@
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>