<!-- views/partials/head.ejs -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
-<title>VSoRC</title>
<!-- CSS (load bootstrap from a CDN) -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> -->
<title>Oscar J Rodriguez B</title>
</ul>
</div>
<form class="form-inline">
- <button class="btn-outline-success" type="button" onclick="location.href = '/';">VSoRC</button>
+ <button class="btn" type="button" onclick="location.href = '/';">Home</button>
</form>
</nav>
/* GET home page. */
router.get('/', function(req, res, next) {
- res.render('index', { title: 'Express' });
+ res.render('index', { title: 'Oscar J Rodriguez B' });
});
module.exports = router;