- public
images - javascripts
- stylesheets
- index.js
< /ul>
< /li> - Views
authentication.html - authentication.css < />
li> />
Код: Выделить всё
app.get('/', function(req, res) {
res.sendFile(path.join(__dirname + '/../views/authentication.html'));
});
Однако Authentication.css связана с аутентификацией. Html :
>
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/376 ... ss-project
Мобильная версия