OLD | NEW |
---|---|
(Empty) | |
1 #!mojo mojo:sky_viewer | |
2 <!-- | |
3 // Copyright 2015 The Chromium Authors. All rights reserved. | |
4 // Use of this source code is governed by a BSD-style license that can be | |
5 // found in the LICENSE file. | |
6 --> | |
7 <import src="example-scaffold.sky" /> | |
8 <example-scaffold> | |
9 <div class="title">Awesome app</div> | |
10 <div class="menu">This is a menu</div> | |
11 <div class="body">This is an awesome app.</div> | |
12 </example-scrollable> | |
OLD | NEW |