datatable/docs-wip/index.html
2018-05-10 17:58:26 +05:30

27 lines
897 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>frappe-datatable - A modern datatable library for the web</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A modern datatable library for the web">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
repo: 'https://github.com/frappe/datatable',
themeColor: '#58b81d',
loadSidebar: true,
loadNavbar: true,
auto2top: true,
maxSubLevel: 3
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>