4b5b869c14
Add start/stop/reset buttons. Tidy up the interactions between the view and the stopwatch model. Add CSS styles.
9 lines
117 B
JavaScript
9 lines
117 B
JavaScript
var app = require('../app');
|
|
|
|
/*
|
|
* GET home page.
|
|
*/
|
|
|
|
exports.index = function(req, res) {
|
|
res.render('index')
|
|
}; |