app.get('/:id', function (req, res) {
connection('SELECT * FROM `cartoon` WHERE id = ?', [req.params.id], res,
function (err, result, fields) {
if (err) console.log(err);
res.render('index', {
"title": 'Watch',
item: result
});
}
)
});
doctype html
html(lang="en")
head
title= title
link(rel='stylesheet', href='/css/styles.css')
body
#headers
a(href='#') Фильмы
#container
div
each con in item
span= con.titleRu
img(src=("./image/1" + con.pathImage + '.webp'))
window.navigator.userAgent -> Mozilla/5.0 (Windows NT 10.0; Win64; x64) тут ясно что это винда 10