Html程序  |  17行  |  393 B

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