diff options
Diffstat (limited to 'legal')
-rw-r--r-- | legal/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/legal/index.html b/legal/index.html new file mode 100644 index 0000000..0912ad8 --- /dev/null +++ b/legal/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html dir="ltr" lang="en"> + <head> + <meta charset='utf-8'> + <title>Labor Law</title> + </head> + <body> + + <a href="../index.html">Documentation Index</a> + <h1>Labor Law</h1> + + <p>Guides to serve as a model for others with information about + legal, tax and monetary process necessary to provide freelance + services. Each guide must have a overall view of legal and regulatory + processes and a step by step list. Example followed is hi-tech low + life.</p> + + <h2>By country</h2> + + <ul> + <li><a href="">Brasil</a></li> + <li><a href="">Portugal</a></li> + </ul> + + <a href="../index.html">Documentation Index</a> + <p> + This is part of the c9-doc 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> |