This is a simple profile page created using Flask for the Web Application Development course at ITMO University. Live demo is available at kidavspb.github.io.
- Static profile page with HTML and CSS
- Flask backend serving static resources
- Template rendering with parameters
- Route redirection from '/' to '/profile'
- Install Flask:
pip install flask
- Run the application:
python app.py
- Open browser and navigate to
http://localhost:5000
/static
- Contains CSS and images/templates
- Contains HTML templatesapp.py
- Flask application