about summary refs log tree commit diff stats
path: root/team.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-09-18 22:13:53 +0100
committerSilvino Silva <silvino@bk.ru>2016-09-18 22:13:53 +0100
commitd54e31189c08d6ade76e4f153b2ec2b32f77cfce (patch)
treee054e8de34c441eb6076ae7ef37d64c73028b7ee /team.html
parent61a74a2fa6d5ea9fc0831d34ccd631f27956e21f (diff)
downloaddoc-d54e31189c08d6ade76e4f153b2ec2b32f77cfce.tar.gz
changed Silvino Silva to c9 Team and added team page
Diffstat (limited to 'team.html')
-rw-r--r--team.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/team.html b/team.html
new file mode 100644
index 0000000..a95f64b
--- /dev/null
+++ b/team.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+    <head>
+        <meta charset='utf-8'>
+        <title>c9 Team</title>
+    </head>
+    <body>
+
+        <a href="index.html">Documentation Index</a>
+
+        <h1>c9 team</h1>
+
+
+        <dl>
+
+            <dt>Silvino Silva</dt>
+            <dd>silvino at bk dot ru</dd>
+            <dd>freesoftware, electronics lover...</dd>
+            <dt>Ramon Silva</dt>
+            <dd>he will post email here</dd>
+            <dd>he will make a small description about him here</dd>
+        </dl>
+        <a href="index.html">Documentation Index</a>
+    </body>
+</html>