From c88e087ff86834d744d4db982c87fec08167350b Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Sat, 30 Nov 2024 20:47:13 +0100 Subject: [PATCH] Added readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..86602f5 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# AWebLib +### This a web library meant to build small websites fast while having some flexibility over the implementation. +___ +## What are the main features? +* #### Minimal code writing and configuration +* #### Reusability of pages with templating +* #### Ability to use a database for more complex usage +* #### And more... \ No newline at end of file