diff options
Diffstat (limited to '')
-rw-r--r-- | www/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/index.html b/www/index.html index 572040a..72b0306 100644 --- a/www/index.html +++ b/www/index.html @@ -272,12 +272,13 @@ p { /* text-indent:1em; <!-- Achtung: Die Links sind auch jeweils in den SVG-Dateien kodiert! /--> <!-- - <object data="./tastentier_laechelnd_quicklink_windows.svg" type="image/svg+xml" style="width:50px; height:34px; overflow:hidden; "> - <param name="src" value="./tastentier_laechelnd_quicklink_windows.svg"> + <object data="./tastentier_linksblickend_quicklink_linux.svg" type="image/svg+xml" style="width:61px; height:37px; overflow:hidden; "> + <param name="src" value="./tastentier_linksblickend_quicklink_linux.svg"> /--> + <!--Wird per post-commit hook immer aktuell gehalten!--> - <a href="neo20.exe"> - <img src="./tastentier_laechelnd.png" title="quickdownload:Neo_Windows" alt="quickdownload:Neo_Windows" border="0"> + <a href="neo_de.xmodmap"> + <img src="./tastentierchen_pingu.png" title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux" border="0"> </a> <!-- </object> @@ -285,13 +286,12 @@ p { /* text-indent:1em; <!-- - <object data="./tastentier_linksblickend_quicklink_linux.svg" type="image/svg+xml" style="width:50px; height:34px; overflow:hidden; "> - <param name="src" value="./tastentier_linksblickend_quicklink_linux.svg"> + <object data="./tastentier_laechelnd_quicklink_windows.svg" type="image/svg+xml" style="width:50px; height:34px; overflow:hidden; "> + <param name="src" value="./tastentier_laechelnd_quicklink_windows.svg"> /--> - <!--Wird per post-commit hook immer aktuell gehalten!--> - <a href="neo_de.xmodmap"> - <img src="./tastentier_linksblickend.png" title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux" border="0"> + <a href="neo20.exe"> + <img src="./tastentierchen_fenster.png" title="quickdownload:Neo_Windows" alt="quickdownload:Neo_Windows" border="0"> </a> <!-- </object> |