Mini Kabibi Habibi
<!DOCTYPE html>
<html>
<head>
<title>DXSK8</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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.js"></script>
<script type="text/javascript" src="js/knockout-2.2.1.js"></script>
<script type="text/javascript" src="js/globalize.min.js"></script>
<script type="text/javascript" src="js/swfobject.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.desktop.default.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="desktop.config.js"></script>
<script type="text/javascript" src="App.js"></script>
<script type="text/javascript" src="data/db.js"></script>
<script type="text/javascript" src="data/cart.js"></script>
<!-- Custom external -->
<link rel="stylesheet" type="text/css" href="css/gridpak.css" />
<!-- Layouts -->
<link rel="stylesheet" type="text/css" href="layouts/CustomLayouts/CustomLayout.css" />
<link rel="dx-template" type="text/html" href="layouts/CustomLayouts/CustomLayout.html"/>
<!-- Views -->
<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/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/Stores.js"></script>
<link rel="dx-template" type="text/html" href="views/Stores.dxview"/>
<link rel="stylesheet" type="text/css" href="views/Stores.css"/>
</head>
<body>
<div class="dx-viewport"></div>
</body>
</html>