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

Side by Side Diff: tryconsole/templates/chrome_frame.html

Issue 517046: Initial check-in of tryconsole. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/
Patch Set: '' Created 10 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « tryconsole/static/yellow.png ('k') | tryconsole/templates/status.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head><title>Icon Forth</title></head>
4 <body>
5 <script type="text/javascript"
6 src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js">
7 </script>
8 <div id="placeholder"></div>
9 <script>
10 CFInstall.check({
11 node: "placeholder",
12 destination: "/"
13 });
14 </script>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « tryconsole/static/yellow.png ('k') | tryconsole/templates/status.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698