Index: sky/examples/appish/index.sky |
diff --git a/sky/examples/appish/index.sky b/sky/examples/appish/index.sky |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3b241ebedb5b4489a6c0a18e00f4d7ece90e707b |
--- /dev/null |
+++ b/sky/examples/appish/index.sky |
@@ -0,0 +1,12 @@ |
+#!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> |