dhxmvp
Version:
A complete boilerplate for building online, offline and syncable MVP Single Page Applications using DHTMLX.
35 lines (22 loc) • 731 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MV* DHTMLX Demo app</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/images/favicon.ico">
<!-- deps -->
<script src='deps/dhx/min.shim.js'></script>
<script src='deps/dhx/min.dhx.js'></script>
<script src='deps/dhx/dhx.ui.mvp.js'></script>
<!-- app -->
<link rel="stylesheet" type="text/css" href="assets/css/app.css">
<!-- app -->
</head>
<body>
<script src='boilerplate_sidebar.js'></script>
</body>
</html>