From f0a147db0cf3c49f77dfcde6b863c929ecada81b Mon Sep 17 00:00:00 2001 From: Walker Hamilton Date: Wed, 21 Mar 2012 22:59:35 -0500 Subject: [PATCH] Added a 'simple' and a 'complex' standalone example --- example/complex.html | 54 ++++++++++++++++++++++++++++++++++++++++++++ example/simple.html | 39 ++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100755 example/complex.html create mode 100644 example/simple.html diff --git a/example/complex.html b/example/complex.html new file mode 100755 index 0000000..9475e47 --- /dev/null +++ b/example/complex.html @@ -0,0 +1,54 @@ + + + + Mailcheck Example + + + + + + +
+
+ + +
+
+
+ +
+
+ + diff --git a/example/simple.html b/example/simple.html new file mode 100644 index 0000000..78b854a --- /dev/null +++ b/example/simple.html @@ -0,0 +1,39 @@ + + + + Mailcheck Example + + + + + + +
+
+ + +
+
+ +
+
+ + \ No newline at end of file