瀏覽代碼

Prepared first implementation

Brendan Abolivier 8 年之前
父節點
當前提交
632ec49e1d
簽署人: Brendan Abolivier <contact@brendanabolivier.com> GPG 金鑰 ID: 8EF1500759F70623
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14
    0
      index.html

+ 14
- 0
index.html 查看文件

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