OptInManagementProd/optmanagementprod/public/index.html

16 lines
381 B
HTML
Raw Normal View History

2024-06-13 09:16:09 +00:00
<!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>