tests/run-tests.html: move noscript into bodymaster
commit552d8b03acedba0acbdc08f929786e73e8949302
authorKyle J. McKay <mackyle@gmail.com>
Wed, 27 Jan 2021 08:33:16 +0000 (27 01:33 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 27 Jan 2021 08:33:16 +0000 (27 01:33 -0700)
treee4d63709c98a52b32fbca93e1570ae2f97c190f7
parent1c8fd876af6eae51be64c3a41de41d255288edb8
tests/run-tests.html: move noscript into body

Put the noscript section in the body immediately after a
dummy script section to make sure it always displays as
intended.

Also wrap it in a <p>...</p> to make it look better.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tests/run-tests.html