Index: sky/examples/appish/index.sky |
diff --git a/sky/examples/appish/index.sky b/sky/examples/appish/index.sky |
deleted file mode 100644 |
index 3b241ebedb5b4489a6c0a18e00f4d7ece90e707b..0000000000000000000000000000000000000000 |
--- a/sky/examples/appish/index.sky |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-#!mojo mojo:sky_viewer |
-<!-- |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
---> |
-<import src="example-scaffold.sky" /> |
-<example-scaffold> |
- <div class="title">Awesome app</div> |
- <div class="menu">This is a menu</div> |
- <div class="body">This is an awesome app.</div> |
-</example-scrollable> |