Procházet zdrojové kódy

Prepared first implementation

Brendan Abolivier před 8 roky
rodič
revize
632ec49e1d
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. 14
    0
      index.html

+ 14
- 0
index.html Zobrazit soubor

@@ -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>