Change the AppWidget UI
authorleerang song <leerang.song@samsung.com>
Tue, 9 Apr 2013 10:10:39 +0000 (19:10 +0900)
committerleerang song <leerang.song@samsung.com>
Tue, 9 Apr 2013 10:17:28 +0000 (19:17 +0900)
[Issue#] TDIS-4958
[Problem] The Screen doesn't have any UI.
[Cause] N/A
[Solution] Change AppWidget UI

Change-Id: I84e9ac64657a19edf0276c136f4ac060aeffbc02

index.html

index bab1d3c..6e0d062 100755 (executable)
@@ -1,5 +1,21 @@
+<!DOCTYPE html>
 <html>
-       <body>
-               This is Web Application for livebox
-       </body>
+ <head>
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
+  <meta name="description" content="Tizen Web Application" />
+  <title>Tizen Web IDE - Tizen - AppWidget Sample</title>
+ </head>
+<body>
+  <article>
+    <header>
+      <h1></h1>
+    </header>
+    <h1>AppWidget Sample</h1><hr>
+    <h3>Description</h3>
+    <h4>This sample application includes app widget resource and it doesn't provide specific User Interface.<hr></h4>
+    <h3>Running steps</h3>
+    <h4>1. Install the AppWidgetViewer and run it. <br>2. Select the AppWidet sample.<br>3. User can use AppWidget.<hr></h4>
+  </article>
+</body>
 </html>