aboutsummaryrefslogtreecommitdiffstats
path: root/docs/static/welcome.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/static/welcome.html')
-rw-r--r--docs/static/welcome.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/static/welcome.html b/docs/static/welcome.html
new file mode 100644
index 00000000..b085123d
--- /dev/null
+++ b/docs/static/welcome.html
@@ -0,0 +1,5 @@
+Hello {{person.name}},
+<div>
+ Your contact information:
+ <div ng:repeat="contact in person.contacts">{{contact.type}}: {{contact.url|linky}}</div>
+</div>