phtan.github.io/index.html
Pheng Heong TAN 0e3a45580e
Re-word
Using the word 'me' to refer to myself may be jarring for
the user who may think 'me' refers to him/her. For example,
a link written 'let me in' may well lead to a sign-up for an
e-newsletter
2018-09-28 20:49:54 +08:00

31 lines
484 B
HTML

<html>
<body>
<p>
Welcome.
</p>
<hr />
<p><h3>Menu
</h3>
</p>
<ul>
<li><a href="religion.html">Religion
</a>
</li>
<li><a href="dvcs.html">Software development
</a>
</li>
<li><a href="activity.html">Online activity elsewhere
</a>
</li>
<li>
<a href="https://www.paypal.me/tonytoni">Donate</a>?
</li>
</ul>
<hr />
<p>I have viewed this web-page in the Internet-browsers Lynx and Chrome
</p>
</body>
</html>