implement basic web server for dashboard,
use templates to do basic SSR on head and header
This commit is contained in:
8
configs/.htmlvalidate.json
Normal file
8
configs/.htmlvalidate.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"html-validate:recommended"
|
||||
],
|
||||
"rules": {
|
||||
"no-inline-style": "off"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user