Skip to content

itmo-wad/Dmitriev_hw1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published