-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.html
37 lines (31 loc) · 1.19 KB
/
app.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<!--
This file was generated by Tizen Web UI Builder.
This file will be auto-generated each and everytime you save your project.
Do not hand edit this file.
-->
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="description" content="A Tizen Web Application Template">
<meta name="viewport" content="width=device-width,user-scalable=no">
<link rel="stylesheet" href="tizen-web-ui-fw/latest/themes/tizen-white/tizen-web-ui-fw-theme.css">
<title></title>
<!-- Javascripts -->
<script src="tizen-web-ui-fw/latest/js/jquery.js"></script>
<script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw-libs.js"></script>
<script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw.js" data-framework-theme="tizen-white"></script>
<script src="./tizen-ui-builder-fw/page-system.js"></script>
<script src="./app.managed.js"></script>
<script src="page/page1.managed.js"></script>
<script src="page/page1.js"></script>
<script src="./tizen-ui-builder-fw/app-entry.js"></script>
<script src="./app.js"></script>
<!-- Style sheets -->
<link rel="stylesheet" type="text/css" href="./app.css">
</head>
<body>
<div data-role="page"></div>
</body>
</html>