diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-08-11 19:09:19 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-08-11 19:09:19 +0200 |
commit | 24b5395e271e569092ad86b2e19818b92e8e1c17 (patch) | |
tree | 00d7209d09fb2996f7dab307bf6612ab5750f246 | |
parent | 434e551f6fd5e1a58af7dac6b834f16da6d5fb94 (diff) | |
download | picontrol-24b5395e271e569092ad86b2e19818b92e8e1c17.tar picontrol-24b5395e271e569092ad86b2e19818b92e8e1c17.tar.zst picontrol-24b5395e271e569092ad86b2e19818b92e8e1c17.zip |
Add README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0a25c3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + + +# Web Template + +A template project for dynamic web applications. **This project is not ready to use - please be patient.** + + +## Used Technologies + +- [Python 3](https://www.python.org/) +- [Python Flask](https://palletsprojects.com/p/flask/) +- [Waitress WSGI Server](https://github.com/Pylons/waitress) +- Pure HTML, CSS and JavaScript |