1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Make the SQLite logo on the website a hyperlink to the home page.

Ticket #1471. (CVS 2745)

FossilOrigin-Name: 9709f0f6bcb2a1ed07e678b73cb518488b8ff333
This commit is contained in:
drh
2005-10-05 22:31:49 +00:00
parent b59005e5a3
commit eb3d389ca9
3 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,8 @@ proc header {txt} {
puts \
{<body bgcolor="white" link="#50695f" vlink="#508896">
<table width="100%" border="0">
<tr><td valign="top"><img src="sqlite.gif"></td>
<tr><td valign="top">
<a href="index.html"><img src="sqlite.gif" border="none"></a></td>
<td width="100%"></td>
<td valign="bottom">
<ul>
@ -85,4 +86,3 @@ proc Syntax {args} {
}
puts {</table>}
}