modify wrong changelog date
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / small-popup.html
1 <!DOCTYPE html>
2 <div data-role="page" data-add-back-btn="true" class="noti-demo">
3         <div data-role="notification" id="notification" data-type="popup">
4                 <p>Notification Demo</p>
5         </div>
6         <div data-role="header" data-position="fixed">
7                 <h1>NOTIFICATION</h1>
8         </div>
9         <div data-role="content">
10                 <div data-role="button" id="noti-demo">Show Smallpopup</div>
11         </div><!-- /content -->
12         <div data-role="footer">
13         </div>
14         <script type="text/javascript" src="noti.js"></script>
15 </div> <!-- /page -->