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

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

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 {{template "headercommon.html" .}}
6 <link rel='import' type='text/html' href='/res/imp/zoom.html'>
7 </head>
8 <body class=iframe>
9 {{template "content.html" .}}
10 <script type='text/javascript'>
11 // Not running in a workspace.
12 var workspaceName = '';
13 </script>
14 {{template "footercommon.html" .}}
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « experimental/webtry/templates/headercommon.html ('k') | experimental/webtry/templates/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698