summaryrefslogtreecommitdiffstats
path: root/projectroot/var
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-12-19 21:36:22 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-05 17:37:33 +0100
commitd102c545323ee7c926db19f84bab1995369f9595 (patch)
tree88f88319d5c4f8c5442aa7bcdb83bb22b45de000 /projectroot/var
parent79265b1feb6bfc3a993a9e7e273cb5e05a10566c (diff)
downloadptxdist-d102c545323ee7c926db19f84bab1995369f9595.tar.gz
ptxdist-d102c545323ee7c926db19f84bab1995369f9595.tar.xz
projectroot: Fix HTML syntax in examples
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot/var')
-rw-r--r--projectroot/var/www/httpd.html2
-rw-r--r--projectroot/var/www/thttpd.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/projectroot/var/www/httpd.html b/projectroot/var/www/httpd.html
index da6d138c0..ca5a7dab6 100644
--- a/projectroot/var/www/httpd.html
+++ b/projectroot/var/www/httpd.html
@@ -1,10 +1,12 @@
<HTML>
<HEAD><TITLE>Some httpd is running</TITLE></HEAD>
+<BODY>
<H3>Some httpd is running</H3>
<P>
Looks like you got it working. Congrats. \o/
+</P>
</BODY>
</HTML>
diff --git a/projectroot/var/www/thttpd.html b/projectroot/var/www/thttpd.html
index 28823a614..78d520e93 100644
--- a/projectroot/var/www/thttpd.html
+++ b/projectroot/var/www/thttpd.html
@@ -7,9 +7,11 @@
<P>
Looks like you got it working. Congrats.
+</P>
<P>
Here's a link to the <A HREF="http://www.acme.com/software/thttpd/">thttpd web pages</A>.
+</P>
</BODY>
</HTML>