- made site html5 valid

- realigned linklist and navbar
- removed some CSS classes, we use selectors now
- code cleanup
This commit is contained in:
Andreas Bielawski
2015-02-24 17:45:22 +01:00
parent 0e896ce972
commit e7a515f47c
3 changed files with 145 additions and 163 deletions

View File

@@ -1,3 +1,3 @@
<?php
header('Location: http://www.google.com/search?q='.$_POST[suchen]);
?>
header('Location: https://www.google.com/search?q='.$_POST[suchen]);
?>