diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-25 20:10:13 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-25 20:10:13 +0000 |
commit | 41734b79a64fe72afbb0c7319780729b16e63d7a (patch) | |
tree | 5b7e41676d74aa38f6978c44594d7b77956c7d7a /www/index.html | |
parent | 46a8f212e59e3d32a31936bc5a3656a3f78a8b5f (diff) |
usb-stick für neo-portable
git-svn-id: https://svn.neo-layout.org@1040 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 89ae711..666dabd 100644 --- a/www/index.html +++ b/www/index.html @@ -241,15 +241,18 @@ p { //text-indent:1em; <!-- Quicklinks /--> <!-- <div style="position:relative; text-align:left; top:2.75em; left:53;"> /--> <div style="position:relative; top:-1.65em; left:43em; width:200px; height:40px;"> - <a href="http://wiki.neo-layout.org/browser/windows/autohotkey/neo20.exe?format=raw"> + <a href="./neo20.exe"> <img src="./tastentier_laechelnd.png" width="50px" height="34px" alt="quickdownload:Neo_Windows" border="0"> </a> - <a href="http://wiki.neo-layout.org/browser/linux/xmodmap/neo_de.xmodmap?format=raw"> + <a href="./neo_de.xmodmap"> <img src="./tastentier_linksblickend.png" width="50px" height="37px" alt="quickdownload:Neo_Linux" border="0"> </a> <a href="http://wiki.neo-layout.org/browser/mac_osx/neo.keylayout?format=raw"> <img src="./tastentier_grinsend.png" width="50px" height="34px" alt="quickdownload:Neo_OS-X" border="0"> </a> + <a href="./neo_portable.zip"> + <img src="./usb-stick.png" width="46px" height="40px" alt="quickdownload:Neo-Portable (für USB-Stick)" border="0"> + </a> </div> <!-- /Quicklinks /--> |