summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorHannes Kindströmmer <me@brolaugh.com>2016-04-07 09:44:53 +0200
committerHannes Kindströmmer <me@brolaugh.com>2016-04-07 09:44:53 +0200
commita291178d066fa391f4d45aa564f6f2eeba73f68c (patch)
treed40ac38c9073e8f3e70d533b4c4898b70092645f /index.php
parent0eb78ebb59b4b477ec5531218de26d612b0d9fc2 (diff)
downloadtasklist-php-a291178d066fa391f4d45aa564f6f2eeba73f68c.zip
tasklist-php-a291178d066fa391f4d45aa564f6f2eeba73f68c.tar.gz
tasklist-php-a291178d066fa391f4d45aa564f6f2eeba73f68c.tar.bz2
Combinded css files for better request performance
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6435217..8f109bf 100644
--- a/index.php
+++ b/index.php
@@ -13,8 +13,6 @@ include_once("Helper.php");
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css" charset="utf-8">
- <link rel="stylesheet" href="css/bootstrap-material-design.min.css" charset="utf-8">
- <link rel="stylesheet" href="css/ripples.min.css" charset="utf-8">
<meta charset="utf-8">
<title>TaskList</title>
<script src="js/master.js" charset="utf-8"></script>