Static files are typically files such as HTML, JavaScript, CSS files, images, videos, scripts, etc. The static files aren’t server-generated, but must be served/sent to the browser when requested. In case of Oak, the static files aren’t served by default. …