diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2002-12-31 03:29:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2002-12-31 03:29:24 +0800 |
commit | 6876ede98282c7db318089bfefb292aa59e55d48 (patch) | |
tree | 76b23252d04da232d0ebf22e53bfe3e022686af9 /data/start_here.html | |
download | gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar.gz gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar.zst gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.zip |
Initial revision
Diffstat (limited to 'data/start_here.html')
-rw-r--r-- | data/start_here.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/start_here.html b/data/start_here.html new file mode 100644 index 000000000..73a0e908e --- /dev/null +++ b/data/start_here.html @@ -0,0 +1,23 @@ +<html> +<head> +</head> +<body> +<h1>Welcome ...</h1> +<h2>Smart Bookmarks</h2> +<p> +Right click the icon and choose "Add Bookmark" from the menu list. +</p> +<dl> +<li> +<a type="text/smartbookmark" href="http://www.google.com/" rel="http://www.google.com/search?q=%s" title="Search the web - Google"> +Search the web - Google +</a> +</li> +<li> +<a type="text/smartbookmark" href="http://images.google.com/" rel="http://images.google.com/images?q=%s" title="Search images - Google"> +Search images - Google +</a> +</li> +</ol> +</body> +</html> |