skia2/experimental/webtry/templates/iframe.html
commit-bot@chromium.org a60538e954 Move to a theme that more closely matches what was there before.
Also, since it's a variation of "default" we can drop a whole file.

BUG=skia:
R=mtklein@google.com, fmalita@chromium.org

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/265703005

git-svn-id: http://skia.googlecode.com/svn/trunk@14507 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-05-01 19:21:33 +00:00

18 lines
557 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Skia WebTry</title>
<meta charset='utf-8' />
<link rel='stylesheet' href='/res/css/webtry.css' type='text/css' media='screen'>
<link rel="stylesheet" href="/res/css/cm/codemirror.css" type="text/css" media="screen">
</head>
<body class=iframe>
{{template "content.html" .}}
<script type='text/javascript' charset='utf-8'>
// Not running in a workspace.
var workspaceName = '';
</script>
<script src="/res/js/webtry.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>