16 lines
381 B
HTML
16 lines
381 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Your Frappe App</title>
|
||
|
<!-- Tabulator CSS -->
|
||
|
<link href="https://unpkg.com/tabulator-tables@5.4.4/dist/css/tabulator.min.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Your content -->
|
||
|
|
||
|
<!-- Tabulator JS -->
|
||
|
|
||
|
<script src="https://unpkg.com/tabulator-tables@5.4.4/dist/js/tabulator.min.js"></script>
|
||
|
</body>
|
||
|
</html>
|