web: add correct DOCTYPE to the web-server index.html 馃う
Created by: valerybugakov
Changes
- Added a document type declaration to the
index.html
served by the web server. MissingDOCTYPE
caused incorrect styles. This change also fixes this issue. - Set
disableDotRule: true
in the web server config to avoid falling back to static files when the.
symbol is present in the path, which is a frequent case because of the file search.
Closes #20745 (closed).