Chromium Code Reviews| Index: telemetry/third_party/snap-it/popup.html |
| diff --git a/telemetry/third_party/snap-it/popup.html b/telemetry/third_party/snap-it/popup.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..743779e78f4ced37c383b6fea93633783e04675e |
| --- /dev/null |
| +++ b/telemetry/third_party/snap-it/popup.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <title>SnapIt</title> |
| + <link rel="stylesheet" type="text/css" href="style.css"> |
| + <script src="popup.js"></script> |
| + </head> |
| + |
| + <body> |
| + <a id="button" class="capture" href="#">Snap It!</a> |
| + </body> |
| +</html> |