Add fontawesome and datatable on head
This commit is contained in:
parent
ff4bcea27c
commit
b1ff446c7f
@ -6,6 +6,8 @@
|
||||
<title>${title}</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/templates/prime/css/style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
|
||||
<link href="https://cdn.datatables.net/1.13.5/css/dataTables.bootstrap5.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="d-flex flex-column">
|
||||
${navbar}
|
||||
|
Loading…
Reference in New Issue
Block a user