Added readme

This commit is contained in:
2024-11-30 20:47:13 +01:00
parent 231c392f23
commit c88e087ff8

8
README.md Normal file
View File

@@ -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...