example responsive html mini menue, with flask backend
$ pip install Flask
$ flask run
- open file public/index.html
- copy a existing function
- change the "value" to the another end point
- change the "text" of the new function
- open file app.py
- add the new function, with the same name as the end point ("value")
- done