diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-06 14:31:56 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-06 14:31:56 +0200 |
commit | 15c05087bc1305baf0f0f2e793e8462ccfdf27d1 (patch) | |
tree | 238835cad57c352d043a87d3395bd9e309a9b636 /pec/index.html | |
parent | c0ee4ebc3e3f7b776a137e4b2b10090b9e65d9ff (diff) |
Fix close tag for main
Reported-by: dogma
Diffstat (limited to 'pec/index.html')
-rw-r--r-- | pec/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pec/index.html b/pec/index.html index cce483c..a0814b3 100644 --- a/pec/index.html +++ b/pec/index.html @@ -96,7 +96,7 @@ footer { <p> The badge images should have a clickable link to this page, so other users can read the specification and understand what the badge means.</p> - <main> + </main> <footer> <a href="../index.html">← Home</a> </footer> |