diff options
author | abs <abs@pkgsrc.org> | 1999-12-06 23:06:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-12-06 23:06:45 +0000 |
commit | 52deb13b482a30dc93f08c9caa0ec57938e04cc9 (patch) | |
tree | 3eb63b89d10b37b2906c796e3b354964f2165773 /templates/README.top | |
parent | aec5e5eff2b198f9a8e0727428ef379de648bd45 (diff) | |
download | pkgsrc-52deb13b482a30dc93f08c9caa0ec57938e04cc9.tar.gz |
Include width= and height= tags for the image - speeds display of the rest
of the page
Diffstat (limited to 'templates/README.top')
-rw-r--r-- | templates/README.top | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/README.top b/templates/README.top index d7686a21d8c..0cba604ff51 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.top,v 1.8 1999/08/22 01:30:16 hubertf Exp $ --> +<!-- $NetBSD: README.top,v 1.9 1999/12/06 23:06:45 abs Exp $ --> <html> <head> <title>The NetBSD Packages Collection</title> @@ -6,7 +6,8 @@ <body bgcolor=#ffffff> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> -<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" border=0> +<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" + width=127 height=121 border=0> </a> <h1>The NetBSD Packages Collection</h1> |