Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: experimental/webtry/templates/index.html

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/templates/iframe.html ('k') | experimental/webtry/templates/recent.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « experimental/webtry/templates/iframe.html ('k') | experimental/webtry/templates/recent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698