mixin head(data)
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(http-equiv='X-UA-Compatible', content='ie=edge')
meta(name='description' content='Rizzoma learning web-site')
meta(name='keywords' content='PUG, SCSS, JavaScript')
title "Font Elements"
link(href='../styles/main.scss')
script(src='https://code.jquery.com/jquery-3.6.0.js' integrity='sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=' crossorigin='anonymous')
script(src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.5/jquery.inputmask.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.6.3/nouislider.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/wnumb/1.2.0/wNumb.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.4/jquery.simplePagination.min.js")
script(src="numbercategoryselector.js")
All online scripts are working correctly, but i cant attach local js scripte (the bottom line), in this case .js file in same directory with .pug for easier experiense, and its simply dosnt work. In my case work only online scripts (/ All names are correctly and there is no grammar errors