phtan.github.io/index.html
Pheng Heong TAN d8edca2256
Nest information one level in navigation-tree
I had ideas about a re-design of the web-site
2018-09-28 20:12:47 +08:00

42 lines
641 B
HTML

<html>
<body>
<p>
Welcome.
</p>
<p>
<ul>
<li>
<a href="testi.html">
Testimonials about my god (from me, for now)
</a>
</li>
<li>
<a href="beliefs-about-him.html">What I believe
</a>
about my god
</li>
<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="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>