UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

23 lines (22 loc) 387 B
<html> <head> <title>Flagpole Web Interface</title> <link rel="stylesheet" href="/style.css" /> </head> <body> <head> <h1>Flagpole</h1> </head> <main> <div> <h2>Suites</h2> <ul> {{#suites}} <li>{{name}}</li> {{/suites}} </ul> </div> </main> <footer>adsf</footer> </body> </html>