Index: experimental/webtry/templates/index.html |
diff --git a/experimental/webtry/templates/index.html b/experimental/webtry/templates/index.html |
deleted file mode 100644 |
index e85f79880db317b026be5543ebf6efc1b22bfbdb..0000000000000000000000000000000000000000 |
--- a/experimental/webtry/templates/index.html |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <title>Skia WebTry</title> |
- {{template "headercommon.html" .}} |
- <link rel='import' type='text/html' href='/res/imp/zoom.html'> |
-</head> |
-<body> |
- <div id="wrapper"> |
- {{template "titlebar.html" .}} |
- <div id="lower-wrapper"> |
- {{template "sidebar.html" .}} |
- {{template "content.html" .}} |
- </div> |
- </div> |
- |
- <script type='text/javascript'> |
- // Not running in a workspace. |
- var workspaceName = ''; |
- </script> |
- {{template "footercommon.html" .}} |
-</body> |
-</html> |