2014-04-19 14:50:23 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Skia WebTry</title>
|
2014-05-19 16:40:08 +00:00
|
|
|
{{template "headercommon.html" .}}
|
|
|
|
<link rel='import' type='text/html' href='/res/imp/zoom.html'>
|
2014-04-19 14:50:23 +00:00
|
|
|
</head>
|
|
|
|
<body class=iframe>
|
2014-04-22 21:13:45 +00:00
|
|
|
{{template "content.html" .}}
|
2014-05-19 16:40:08 +00:00
|
|
|
<script type='text/javascript'>
|
2014-04-19 14:50:23 +00:00
|
|
|
// Not running in a workspace.
|
|
|
|
var workspaceName = '';
|
|
|
|
</script>
|
2014-05-19 16:40:08 +00:00
|
|
|
{{template "footercommon.html" .}}
|
2014-04-19 14:50:23 +00:00
|
|
|
</body>
|
|
|
|
</html>
|