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

Side by Side Diff: experimental/webtry/templates/iframe.html

Issue 242613005: iframe (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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>Skia WebTry</title>
5 <meta charset='utf-8' />
6 <link rel='stylesheet' href='/css/' type='text/css' media='screen'>
7 </head>
8 <body class=iframe>
9 <section id=content>
10 <pre><code><textarea spellcheck=false name='code' id='code' rows='8' cols='80' >{{.UserCode}}</textarea></code></pre>
11
12 <input type='button' value='Run' id='run'>
13 <a href='/c/{{.Hash}}' target=_blank id=permalink>Share</a>
14
15 <p><img id='img' src=''/></p>
16
17 <pre><code id='output'></code></pre>
18
19 </section>
20 <script type='text/javascript' charset='utf-8'>
21 // Not running in a workspace.
22 var workspaceName = '';
23 </script>
24 <script src='/js/' type='text/javascript' charset='utf-8'></script>
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698