skia2/experimental/webtry/templates/index.html

19 lines
414 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Skia WebTry</title>
{{template "headercommon.html" .}}
<link rel='import' type='text/html' href='/res/imp/zoom.html'>
</head>
<body>
{{template "titlebar.html" .}}
{{template "content.html" .}}
<script type='text/javascript'>
// Not running in a workspace.
var workspaceName = '';
</script>
{{template "footercommon.html" .}}
</body>
</html>