diff options
-rw-r--r-- | App/database/Insert.php | 4 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/App/database/Insert.php b/App/database/Insert.php index 9c4428d..ab86a0c 100644 --- a/App/database/Insert.php +++ b/App/database/Insert.php @@ -10,7 +10,9 @@ namespace App\database; class Insert extends dbSetup{ - + public function __destruct() { + parent::__destruct(); + } /** * @param String $title * @param String $detail @@ -12,6 +12,8 @@ include_once("Helper.php"); <!DOCTYPE html> <html> <head> + <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700"> + <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="css/bootstrap.min.css" charset="utf-8"> <meta charset="utf-8"> <title>TaskList</title> |