-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
executable file
·12 lines (10 loc) · 1001 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
<meta charset = "utf-8" />
<link rel = "stylesheet" type = "text/css" href = "assets/css/bootstrap.min.css" />
<link rel = "stylesheet" type = "text/css" href = "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css" rel="stylesheet" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
<link rel = "stylesheet" type = "text/css" href = "assets/css/style.css" />
<script src = "assets/js/jquery-3.5.1.min.js"></script>
<script src = "assets/js/bootstrap.min.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" crossorigin="anonymous"></script><script src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>