UNPKG

511 BHTMLView Raw
1<!doctype html>
2<html>
3 <head>
4 <title>Getting Started Extension's Popup</title>
5 <link rel="stylesheet" type="text/css" href="popup.css">
6 </head>
7 <body>
8 <img src="logos/cypress-bw.png">
9 <p>Cypress is currently running and</p>
10 <p>automating your browser.</p>
11 <ul>
12 <li>
13 <a href="https://on.cypress.io" target="_blank">Docs</a>
14 </li>
15 <li>
16 <a href="https://gitter.im/cypress-io/cypress" target="_blank">Chat</a>
17 </li>
18 </ul>
19 </body>
20</html>
21