VIKING NOTES - Starting with Flask - (A Lite Web Server Framework built in Python). ** MOST OF TUTORIALS FAILED TO MENTION THIS PART ABOUT 'ENVIRONMENT' SETTINGS, HENCE WASTED a WHOLE DAY ** Windows 10 On the COMMAND LINE set FLASK_APP=app set FLASK_DEBUG=1 flask run Ctrl+C to exit May have to pip flask... 'server.py' is for testing variables format and such (before adding to main.py) - ** NOT YET ** The 'dictionary' of variables is passed to template\index.html on 'run' index.html is posted on flask local server at 'http://127.0.0.1:5000/' The 'grafix' folder contains the page background image (for now). The 'templates' folder contains the web site Home Page, traditionally named 'index.html' If (when) more web pages get added, the template will ensure each page has the same layout and style. ** WASTED AOTHER DAY - THIS DONT WORK ** The 'styles' folder contains a (CSS) for page layout, text colour etc. Frederick The 'Square Eyes' Dated this day AD 11-11-2020