<!doctype html> <html lang="en"> <head> <meta charset="utf8"/> <script src="sugar.js"></script> <script>Sugar.extend()</script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.21/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css"> <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.js"></script> <script src="./units/module.js" type="module"></script> <link rel="stylesheet" href="./stylesheets/main.css"/> </head> <body> <nav-placeholder></nav-placeholder> <script src="/navbar/navbar.js"></script> <content-body> <table-wrapper> <table id="data_table" class="display"></table> </table-wrapper> </content-body> </body> </html>