summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--App/database/Insert.php4
-rw-r--r--index.php2
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
diff --git a/index.php b/index.php
index b6a7714..ca99dec 100644
--- a/index.php
+++ b/index.php
@@ -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>