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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tryconsole/static/yellow.png ('k') | tryconsole/templates/status.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tryconsole/templates/chrome_frame.html
===================================================================
--- tryconsole/templates/chrome_frame.html (revision 0)
+++ tryconsole/templates/chrome_frame.html (revision 0)
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head><title>Icon Forth</title></head>
+<body>
+<script type="text/javascript"
+ src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js">
+</script>
+<div id="placeholder"></div>
+<script>
+ CFInstall.check({
+ node: "placeholder",
+ destination: "/"
+ });
+</script>
+</body>
+</html>
« 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