What is this?

This is a simple website built with Python and Flask. It demonstrates basic web development concepts including:

Technologies Used

Python - The programming language
Flask - The web framework
HTML5 - For structure
CSS3 - For styling

Getting Started

To run this website locally, you'll need Python installed on your system. Then follow these steps:

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