diff options
Diffstat (limited to 'inc/render.inc.php')
-rw-r--r-- | inc/render.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/render.inc.php b/inc/render.inc.php index 1ab93965..a3cef516 100644 --- a/inc/render.inc.php +++ b/inc/render.inc.php @@ -42,6 +42,7 @@ class Render <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="style/bootstrap.min.css" rel="stylesheet" media="screen"> + <link href="style/bootstrap-tagsinput.css" rel="stylesheet" media="screen"> <link href="style/default.css" rel="stylesheet" media="screen"> ', self::$header @@ -55,6 +56,7 @@ class Render ' </div> <script src="script/jquery.js"></script> <script src="script/bootstrap.min.js"></script> + <script src="script/bootstrap-tagsinput.min.js"></script> <script src="script/custom.js"></script></body> </html>' ; |