From 1e28b01e623d573316ab645af9bc2da62c37560b Mon Sep 17 00:00:00 2001 From: Hoang Dang Date: Wed, 25 Oct 2017 12:21:33 -0500 Subject: [PATCH] add a readme file on how to contribute to this static page --- document_roots/webhost/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 document_roots/webhost/README.md diff --git a/document_roots/webhost/README.md b/document_roots/webhost/README.md new file mode 100644 index 0000000..8a74799 --- /dev/null +++ b/document_roots/webhost/README.md @@ -0,0 +1,22 @@ +# ePanel ! + +A client side of gPanel + +## Stack + +See guidelines from gPanel + +## Contribution Set-up & Deployment + +Layout and Components +```shell +gPanel/document_roots/webhost/index.html +``` + +Styles +```shell +gPanel/document_roots/webhost/styles.css +``` + + +## Enjoy static pages ;) \ No newline at end of file