Add Intel copyright header.
[profile/ivi/cowhide.git] / examples / calf-ng / index.html
1 <!--
2  * Copyright (c) 2012, Intel Corporation.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8 -->
9
10 <!doctype html>
11 <html lang="en" ng-app="cowhide-ng">
12   <head>
13     <meta charset="utf-8">
14     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
15
16     <title>Calf NG: a Cowhide example, using the NG directives</title>
17     <meta name="description" content="An example showcasing cowhide-ng's capabilities.">
18     <meta name="viewport" content="width=device-width">
19
20     <link id="cowhide-theme" rel="stylesheet" href="../../cowhide-default.css">
21   </head>
22
23   <body>
24     <ch-page>
25       <ch-header title="Calf NG"></ch-header>
26       <ch-button>Hello world!</ch-button>
27       <ch-slider height="200" orientation="vertical"></ch-slider>
28     </ch-page>
29  
30     <!-- The glorious cowhide framework. -->
31     <script src="../../cowhide.js"></script>
32     <script src="../../cowhide-ng.js"></script>
33
34     <!-- This file contains other code needed by this example app. -->
35     <script src="javascripts/calf-ng.js"></script>
36   </body>
37 </html>