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:
@ -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>}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user