diff options
Diffstat (limited to 'include/dux.php')
-rw-r--r-- | include/dux.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/dux.php b/include/dux.php new file mode 100644 index 0000000..409ae2a --- /dev/null +++ b/include/dux.php @@ -0,0 +1,11 @@ +<?php addHeading("Dux", "about"); ?> + +<section> + <p><em>Dux</em> is a cross-platform widgeting library for developing GUI applications.</p> +</section> + +<?php addHeading("Status", "status"); ?> + +<section> + <p>Dux is currently on standby and therefore unmaintained.</p> +</section> |