Modify index.js
edit PROJECT_NAME/routes/index.js
res.render('index', {
title: 'Sample Project',
inputs: [
{ name: 'name', label: 'Full Name: ',
placeholder: 'Roy G. Biv' },
{ name: 'email', label: 'Email: ',
placeholder: '
[email protected]' }
]
});
Note: when modifying the backend, be sure to restart the server!