Anpassung von Adressen und Charset-Umstellung auf utf-8

This commit is contained in:
2016-07-08 13:31:51 +00:00
parent 1c201488b6
commit 19a604f024
14 changed files with 35 additions and 31 deletions

View File

@@ -16,14 +16,14 @@ echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html>\n";
echo " <head>\n";
echo " <title>RIST - Pablo Rink und Christian Steinle GbR</title>\n";
echo " <title>RIST - CS medien- und kommunikationssysteme</title>\n";
echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n";
echo " <meta name=\"description\" content=\"RIST - Pablo Rink und Christian Steinle GbR\" /> \n";
echo " <meta name=\"description\" content=\"RIST - CS medien- und kommunikationssysteme\" /> \n";
echo " <meta name=\"keywords\" content=\"RIST\" /> \n";
echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n";
echo " <meta name=\"robots\" content=\"index, follow\" /> \n";
echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \n";
echo " <meta http-equiv=\"expires\" content=\"0\">\n";
echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n";