Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: telemetry/third_party/snap-it/popup.html

Issue 3010063002: [Telemetry] Add script to snapshot page's HTML (Closed)
Patch Set: fix --interactive flag spec Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698