This commit is contained in:
Patrick Kloepfer 2020-06-03 16:11:53 -04:00
parent 495c302e80
commit d768df114f
2 changed files with 29 additions and 1 deletions

View File

@ -10,7 +10,7 @@ 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>
<a href="./main.html"><b>A2osX</b> Tests</a>
<p>
Composed with care by:
<cite>The US Boob</cite>

28
SRV/WWW/main.html Normal file
View File

@ -0,0 +1,28 @@
<!--NEW
AUTO 3,1-->
<html>
<head>
<title>A2osx HTTPD Server Tests</title>
</head>
<body>
<h2>A2osX Web Server Main Test Page</h2>
This is the master test page for the <b>A2osX</b> Web Server. You can
use the links below to access additional test pages that contain more extensive
web pages designed to test that the <b>A2osX</b> HTTPD server process is capable of
streaming all sorts of web content. The source for these pages can also be
used as reference for creating your own site hosted by <b>A2osX</b>. <i>This paragraph
was made <u>intentionally</u> long to check that word wraping is occuring with window
resizes.</i>
<p>
<h3><b>A2osX</b> Tests</h3>
<br>
<a href="http://www.a2osx.com"><b>A2osX</b></a>
<p>
<br><br><br><br>Composed with care by:
<cite>The US Boob</cite>
<br>&copy;2020 and beyond
</body>
</html>
<!--MAN
TEXT srv/www/main.html
-->