Commit f55010072fc163bece5c8953855a277e4d18473a
1 parent
ee4b9bcb3d
Exists in
master
logo diatas, close #1
Showing 2 changed files with 7 additions and 1 deletions Side-by-side Diff
index.js
... | ... | @@ -47,6 +47,8 @@ app.get('/', function(req, res) { |
47 | 47 | //balances = getBalances(suppliers); |
48 | 48 | |
49 | 49 | res.render('basic_template.html', { |
50 | + // logo, berdasar isu #1 | |
51 | + logo: 'http://reload97.com/sites/default/files/web-reload97.png', | |
50 | 52 | title: 'Supplier Balances', |
51 | 53 | balances: balances, |
52 | 54 | timestamp: new Date(), |
views/basic_template.html