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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>SnapIt</title>
5 <link rel="stylesheet" type="text/css" href="style.css">
6 <script src="popup.js"></script>
7 </head>
8
9 <body>
10 <a id="button" class="capture" href="#">Snap It!</a>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698