diff options
author | 2022-05-11 18:11:57 +0200 | |
---|---|---|
committer | 2022-05-11 18:11:57 +0200 | |
commit | b8b0a6055f74330e3be2ce952b029d31bb8c8929 (patch) | |
tree | 14ee89154df7a5e9de51edcb213a264a3f53f708 /docs | |
parent | 8a8b1b8fd142b9d7b60cdb38f4296b7645acd619 (diff) | |
download | website-b8b0a6055f74330e3be2ce952b029d31bb8c8929.tar.gz website-b8b0a6055f74330e3be2ce952b029d31bb8c8929.zip |
Add docs/java/
Diffstat (limited to 'docs')
-rw-r--r-- | docs/java/index.rhtml | 7 | ||||
-rw-r--r-- | docs/java/index.rhtml.config | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/java/index.rhtml b/docs/java/index.rhtml new file mode 100644 index 0000000..1a287f3 --- /dev/null +++ b/docs/java/index.rhtml @@ -0,0 +1,7 @@ +<h1>Java</h1> +<p>Con il termine <b>Java</b> ci si riferisce a diversi concetti:</p> +<ul> + <li><i>linguaggio di programmazione</i></li> + <li><i>ambiente</i></li> + <li><i>macchina virtuale</i></li> +</ul> diff --git a/docs/java/index.rhtml.config b/docs/java/index.rhtml.config new file mode 100644 index 0000000..527a868 --- /dev/null +++ b/docs/java/index.rhtml.config @@ -0,0 +1,3 @@ +title: Java +category: notes +pageNames: [java]
\ No newline at end of file |