diff options
author | Dustin Walker <> | 2023-02-21 23:22:38 -0500 |
---|---|---|
committer | Dustin Walker <> | 2023-02-21 23:22:38 -0500 |
commit | 7dfea6899d66bcb8c1a7171c29cc9ee0141de721 (patch) | |
tree | 32054d696c38c4477fd2ebaf746209bc03bac2c8 | |
parent | 1fcb816b8f05bc7080a8fffce2b59407388055e9 (diff) |
Validation rules and adherence
-rw-r--r-- | .htmlvalidate.json | 7 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.htmlvalidate.json b/.htmlvalidate.json new file mode 100644 index 0000000..c98a9c5 --- /dev/null +++ b/.htmlvalidate.json @@ -0,0 +1,7 @@ +{ + "extends": ["html-validate:recommended"], + "rules": { + "void-style": ["error", {"style": "selfclosing"}] + } +} +
\ No newline at end of file @@ -48,7 +48,7 @@ </div> <div class="row"> - <h2>Local Goods & Services</h2> + <h2>Local Goods & Services</h2> <hr/> <div class="column"> <ul> |