phtan.github.io/index.html
Pheng Heong TAN 92c9bb7eda
Clarify
In case the user thinks s/he can download software, when he is being directed to
a listing of my experience in software development
2018-09-28 20:28:21 +08:00

41 lines
571 B
HTML

<html>
<body>
<p>
Welcome.
</p>
<p>
<ul>
<li>
Want to
<a href="https://www.paypal.me/tonytoni">send me a monetary donation
</a>
?
</li>
</ul>
</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>
</ul>
<hr />
<p>I have viewed this web-page in the Internet-browsers Lynx and Chrome
</p>
</body>
</html>