summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/webtry/templates/iframe.html
blob: 47bfeecfb6d02ffe244550601a9a09907e7cba22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
    <title>Skia WebTry</title>
    {{template "headercommon.html" .}}
    <link rel='import' type='text/html' href='/res/imp/zoom.html'>
</head>
<body class=iframe>
  {{template "content.html" .}}
  <script type='text/javascript'>
      // Not running in a workspace.
      var workspaceName = '';
  </script>
  {{template "footercommon.html" .}}
</body>
</html>