New hello web page, some formatting, 1 link. Must remove comment chars at top/bttm if you want to dump into S-C.

This commit is contained in:
Patrick Kloepfer 2020-06-03 13:34:38 -04:00
parent d0f3ecd8d4
commit 495c302e80

22
SRV/WWW/hello.html Normal file
View File

@ -0,0 +1,22 @@
<!--NEW
AUTO 3,1-->
<html>
<head>
<title>A2osx Welcome</title>
</head>
<body>
<h2>A very simple web page.</h2>
Hello, Welcome to the A2osX <i>test</i> page
<!-- No "Simple Hello World" for us -->
<p>
Greetings from <br>
<a href="http://www.a2osx.com">A2osX</a>
<p>
Composed with care by:
<cite>The US Boob</cite>
<br>&copy;2020 and beyond
</body>
</html>
<!--MAN
TEXT srv/www/index.html
-->