From 7dfea6899d66bcb8c1a7171c29cc9ee0141de721 Mon Sep 17 00:00:00 2001 From: Dustin Walker <> Date: Tue, 21 Feb 2023 23:22:38 -0500 Subject: Validation rules and adherence --- .htmlvalidate.json | 7 +++++++ index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .htmlvalidate.json 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 diff --git a/index.html b/index.html index acbb43d..9b2ccde 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@