generated from vanHeemstraSystems/template-default-repository
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb66197
commit 3192720
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>{% block title %} {% endblock %}</title> | ||
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css" rel="stylesheet" type="text/css"> | ||
<!-- JQuery required by BlockMirror Editor --> | ||
<script | ||
src="https://code.jquery.com/jquery-3.4.1.slim.min.js" | ||
|
@@ -293,6 +294,7 @@ | |
<div class="content">{% block content %} {% endblock %}</div> | ||
<hr /> | ||
{% include 'messages.html' %} | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/flowbite.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/flowbite.min.js" type="text/javascript"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@latest" type="text/javascript"></script> | ||
</body> | ||
</html> |