This repository has been archived on 2020-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
mp-companion/app.html
2020-02-20 21:46:08 +01:00

12 lines
231 B
HTML

<!doctype html>
<html>
<head>
<title>GTmetrix Analyzer</title>
<script src="popup.js"></script>
</head>
<body>
<h1>GTmetrix Analyzer</h1>
<button id="checkPage">Check this page now!</button>
</body>
</html>