Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 635 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 635 Bytes

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.

Features

  • Static profile page with HTML and CSS
  • Flask backend serving static resources
  • Template rendering with parameters
  • Route redirection from '/' to '/profile'

How to Run

  1. Install Flask: pip install flask
  2. Run the application: python app.py
  3. Open browser and navigate to http://localhost:5000

Structure

  • /static - Contains CSS and images
  • /templates - Contains HTML templates
  • app.py - Flask application