Statics!!
Note the use of the app.use( express.static(’directory name’ )
what ever we put into that directory will be pushed out to the browser
static directory is commonly used for
images
css
html
javascript files to run on the client side in the browser
when you want to ‘push’ static html from an express server, use the static middle ware