diff options
author | 2022-06-22 18:05:07 +0200 | |
---|---|---|
committer | 2022-06-22 18:05:07 +0200 | |
commit | 4d8ccd6e75037e3cbaa314b4a0d459f6a52b6130 (patch) | |
tree | 72e250009c1486ef7250c61c29a1ac1696a1feb0 | |
parent | ef61cb8551880df9721bc5060adf34ef60f5074f (diff) | |
download | website-4d8ccd6e75037e3cbaa314b4a0d459f6a52b6130.tar.gz website-4d8ccd6e75037e3cbaa314b4a0d459f6a52b6130.zip |
Add GECO product section
-rw-r--r-- | products/geco/index.rhtml | 5 | ||||
-rw-r--r-- | products/geco/index.rhtml.config | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/products/geco/index.rhtml b/products/geco/index.rhtml new file mode 100644 index 0000000..95c9a7a --- /dev/null +++ b/products/geco/index.rhtml @@ -0,0 +1,5 @@ +<h1>GECO (GEstione COntabile)</h1> +<p>GECO è un programma per la fatturazione. Ideale per piccole imprese e + liberi professionisti.</p> +<h3>Download</h3> +<a href="https://git.alessandroiezzi.it/geco/geco.git/">https://git.alessandroiezzi.it/geco/geco.git/</a> diff --git a/products/geco/index.rhtml.config b/products/geco/index.rhtml.config new file mode 100644 index 0000000..e3b0713 --- /dev/null +++ b/products/geco/index.rhtml.config @@ -0,0 +1,3 @@ +title: GECO (GEstione COntabile) +category: products +pageNames: [geco]
\ No newline at end of file |