| 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>
|
|
|