Updated Phoning Home (markdown)

Simon Brooke 2017-09-11 08:28:27 +01:00
parent 61187fe158
commit 852a2b2a31

@ -4,8 +4,10 @@ Smeagol currently requests the WEFT logo in the page footer from my home site. T
and replace the line
<img height="16" width="16" alt="The Web Engineering Factory &amp; Toolworks" src="http://www.weft.scot/images/weft.logo.64.png"> Developed by <a href="http://www.weft.scot/">WEFT</a>
<img height="16" width="16" alt="The Web Engineering Factory &amp; Toolworks"
src="http://www.weft.scot/images/weft.logo.64.png"> Developed by <a href="http://www.weft.scot/">WEFT</a>
with the line
<img height="16" width="16" alt="The Web Engineering Factory &amp; Toolworks" src="img/weft.logo.64.png"> Developed by <a href="http://www.weft.scot/">WEFT</a>
<img height="16" width="16" alt="The Web Engineering Factory &amp; Toolworks" src="img/weft.logo.64.png">
Developed by <a href="http://www.weft.scot/">WEFT</a>