New icon for application
[profile/ivi/saythis.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3  * Copyright (c) 2012, Intel Corporation.
4  *
5  * This program is licensed under the terms and conditions of the
6  * Apache License, version 2.0.  The full text of the Apache License is at
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9 -->
10 <html>
11 <head>
12     <meta name="viewport" content="width=device-width target-densitydpi=device-dpi initial-scale=1 maximum-scale=1 user-scalable=0" />
13     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14     <title>SayThis</title>
15     <link rel="stylesheet" type="text/css" href="css/main.css"></link>
16     <script src="js/jquery-2.0.3.min.js"></script>
17     <script src="js/main.js"></script>
18 </head>
19
20 <body>
21     <div id="main_page">
22         <div id="instructionLabel">Type in the words</div>
23         <textarea id="inputArea"></textarea>
24         <div id="buttonPanel">
25             <div id="speakButton">
26                 <div id="speakButtonLabel">SAY</div>
27             </div>
28         </div>
29     </div>
30 </body>
31 </html>