about summary refs log tree commit diff stats
path: root/team.html
blob: 2bd57b1ea840f00c0c1448d117ea18f716bcf009 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!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>
        <p>This is part of the c9 Manual.
        Copyright (C) 2016
        c9 team.
        See the file <a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a>
        for copying conditions.</p>


    </body>
</html>