add help link and regen manifest

This commit is contained in:
Stuart Nelson 2017-10-07 11:34:00 +02:00
parent 1977352bff
commit aff8b0a4e9
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
<!doctype html>
<link rel="match" href="body-bgcolor-attribute-change-ref.html" />
<link rel="help" href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-body-bgcolor">
<link rel="match" href="body-bgcolor-attribute-change-ref.html">
<body bgcolor="yellow">
Click me, I should become green.
</body>