Python

Create the UI

The application will use the jinja template engine to render the pages as HTML.

In a folder called views in your application directory, create the following templates:

layout.html

index.html

authenticate.html

entercode.html

Finally, create a file called style.css in the static/styles directory, which contains the following style sheet: