diff options
Diffstat (limited to 'team.html')
-rw-r--r-- | team.html | 25 |
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> |