Added css and improved aspect

This commit is contained in:
Thomas FORGIONE
2015-04-11 17:08:43 +02:00
parent 64c8b7de6d
commit 4d79ea6484
8 changed files with 106 additions and 15 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
{
echo "\n\t<head>\n";
echo "\t\t<title>The begining - " . $title . "</title>\n";
echo "\t\t<meta charset='utf-8'>\n";
echo "\t\t<meta charset='utf-8' />\n";
echo "\t\t<link rel=\"stylesheet\" href=\"http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic\" />\n";
echo "\t\t<link rel=\"stylesheet\" href=\"/css/style.css\" />\n";
echo "\t</head>\n\n";
}