Fixing spec and desktop files
[profile/ivi/dothis.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>DoThis</title>
15     <link rel="stylesheet" type="text/css" href="css/main.css"></link>
16     <link rel="stylesheet" type="text/css" href="css/license.css"></link>
17     <script src="js/jquery-1.7.2.min.js"></script>
18     <script src="js/wsapi.js"></script>
19     <script src="js/main.js"></script>
20 </head>
21
22 <body>
23     <div id="main_page">
24         <div id="instructionLabel">Press button to speak</div>
25         <textarea id="outputArea" readonly="readonly"></textarea>
26         <div id="buttonPanel">
27             <div id="speakButton">
28                 <div id="speakButtonLabel">SPEAK</div>
29             </div>
30         </div>
31     </div>
32     <div id="licensepage" style="display: none">
33         <iframe id="licensetext" src="README.txt"></iframe>
34         <div id="licensebtnu" class="licensebtn">&uarr;</div>
35         <div id="licensebtnd" class="licensebtn">&darr;</div>
36         <div id="licensebtnq" class="licensebtn">Back</div>
37     </div>
38 </body>
39 </html>