Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Tablet/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Tablet/App.html

<!DOCTYPE html>
<html>
<head>
    <title>DXSK8</title>
        
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />

    <!-- Framework -->
    <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
    <script type="text/javascript" src="js/knockout-2.2.1.debug.js"></script>
    <script type="text/javascript" src="js/globalize.min.js"></script>

    <script type="text/javascript" src="js/dx.all.js"></script>

    <link rel="stylesheet" type="text/css" href="css/dx.common.css" />
	<link rel="stylesheet" type="text/css" href="css/dx.ios.default.css" />
	<link rel="stylesheet" type="text/css" href="css/dx.android.holo-dark.css" />
    <link rel="stylesheet" type="text/css" href="App.css" />

    <script type="text/javascript" src="js/Utils.js"></script>
    <script type="text/javascript" src="shared.config.js"></script>
    <script type="text/javascript" src="tablet.config.js"></script>
    <script type="text/javascript" src="App.js"></script>
    <script type="text/javascript" src="data/db.js"></script>
    <!-- Layouts -->
    <link rel="stylesheet" type="text/css" href="layouts/Layout/Layout.css" />
    <link rel="dx-template" type="text/html" href="layouts/Layout/Layout.html"/>
    <script type="text/javascript" src="layouts/Layout/Layout.js"></script>

    <!-- Views -->
    <link rel="dx-template" type="text/html" href="views/HeadPartialView.dxview"/>

    <script type="text/javascript" src="views/Index.js"></script>
    <link rel="dx-template" type="text/html" href="views/Index.dxview"/>
    <link rel="stylesheet" type="text/css" href="views/Index.css"/>

    <script type="text/javascript" src="views/Login.js"></script>
    <link rel="dx-template" type="text/html" href="views/Login.dxview"/>
    <link rel="stylesheet" type="text/css" href="views/Login.css"/>

    <script type="text/javascript" src="views/ProductCategories.js"></script>
    <link rel="dx-template" type="text/html" href="views/ProductCategories.dxview"/>
    <link rel="stylesheet" type="text/css" href="views/ProductCategories.css"/>

    <script type="text/javascript" src="views/ProductCategory.js"></script>
    <link rel="dx-template" type="text/html" href="views/ProductCategory.dxview"/>
    <link rel="stylesheet" type="text/css" href="views/ProductCategory.css"/>

    <script type="text/javascript" src="views/ProductDetail.js"></script>
    <link rel="dx-template" type="text/html" href="views/ProductDetail.dxview"/>
    <link rel="stylesheet" type="text/css" href="views/ProductDetail.css"/>

</head>
<body>
    <div class="dx-viewport"></div>
</body>
</html>