fixes #2 fixes #5 fixes #9 fixes #28 fixes #30

This commit is contained in:
André Weller
2019-06-15 01:55:37 +02:00
parent 13a5b23e1d
commit 8cb7b986e1
6 changed files with 75 additions and 0 deletions

View File

@@ -38,6 +38,11 @@ export default {
desc: 'This specification defines a big part of the Web platform, in lots of detail.',
url: 'https://html.spec.whatwg.org/'
},
{
title: 'Markup validator',
desc: 'This tool is checking your markup if it complies with the specification and will show you possible errors.',
url: 'https://validator.w3.org/nu/'
},
]
}
},