UNPKG

flagpole

Version:

Simple and fast DOM integration and REST API testing framework.

19 lines 401 B
<html> <head> <title>Test</title> </head> <body> <header> <h1>Test</h1> </header> <main> <p> This is some paragraph text. </p> <a href="http://www.google.com">Google</a> </main> <footer> <a href="/test2.html">Some link text</a> </footer> </body> </html>