UNPKG

lighthouse

Version:

> Stops you crashing into the rocks; lights the way

24 lines (23 loc) 688 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="author" content="Lighthouse Team" /> <meta name="viewport" content="width=device-width"> <title>Lighthouse Report</title> <!-- build:css styles/lighthouse.css --> <link rel="stylesheet" href="styles/lighthouse.css"> <!-- endbuild --> </head> <body> <header> <h1>Lighthouse</h1> <h2>...</h2> <a href="https://github.com/googlechrome/lighthouse" target="_blank">Beta</a> <button class="reload-all">Get performance data.</button> </header> <div class="results"></div> <script src="scripts/app.js"></script> </body> </html>