Updated some information but mostly just added graphics and images to make the site more interesting

This commit is contained in:
Alan Bridgeman 2023-10-15 00:49:55 -05:00
parent ce47f6a76b
commit 78c81b8f00
15 changed files with 112 additions and 10 deletions

View file

@ -8,7 +8,7 @@ app.get('/', (req, res) => {
res.render('index.ejs', {
title: 'Home',
business: {
location: 'Winnipeg, MB'
location: 'Winnipeg, Canada'
}
});
});