1<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
1<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/mainpage.css') }}">
2
1/app
2 - app_runner.py
3 /services
4 - app.py
5 /templates
6 - mainpage.html
7 /static
8 /styles
9 - mainpage.css
10