diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-04-17 12:29:02 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-04-17 12:29:02 +0000 |
| commit | 3b2ee8cf5a15b65abde23e3600fa3bce5132fa2b (patch) | |
| tree | e8668671293d591eab7dad5ab96ba1de3c932332 | |
| parent | 45bde1f7fca1aca0cbda34d7a813eaf7ce84ad47 (diff) | |
| download | rockbox-3b2ee8cf5a15b65abde23e3600fa3bce5132fa2b.zip rockbox-3b2ee8cf5a15b65abde23e3600fa3bce5132fa2b.tar.gz rockbox-3b2ee8cf5a15b65abde23e3600fa3bce5132fa2b.tar.bz2 rockbox-3b2ee8cf5a15b65abde23e3600fa3bce5132fa2b.tar.xz | |
Added search form
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@116 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/main.t | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#define _LOGO_ <img src="rockbox400.png" width=400 height=123> +#define _LOGO_ <img src="rockbox400.png" align=center width=400 height=123> #define _PAGE_ Open Source Jukebox Firmware #include "head.t" @@ -16,6 +16,12 @@ <a href="/isd200/">linux driver</a> </small> +<form action="http://www.google.com/search"> +<input name=as_q> <input value="Search" type=submit> +<input type=hidden name=as_oq value=rockbox> +<input type=hidden name=as_sitesearch value="bjorn.haxx.se"> +</form> + <h2>Purpose</h2> <p>The purpose of this project is to write an Open Source replacement |