datatable/docs/index.html
2018-02-23 23:30:24 +05:30

22 lines
823 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Frappe DataTable - A simple, modern datatable library for the web</title>
<link href="frappe-datatable.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
</head>
<body>
<section class="hero">
<h1>Frappe DataTable</h1>
<p>A simple, modern and interactive datatable for the web</p>
<div class="datatable-1"></div>
</section>
<script src="../node_modules/clusterize.js/clusterize.js"></script>
<script src="../node_modules/sortablejs/Sortable.js"></script>
<script src="frappe-datatable.js"></script>
<script src="index.js"></script>
</body>
</html>