diff options
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/www/br.html | 14 | ||||
-rw-r--r-- | Base/home/anon/www/welcome.html | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Base/home/anon/www/br.html b/Base/home/anon/www/br.html new file mode 100644 index 0000000000..0af2d1eb56 --- /dev/null +++ b/Base/home/anon/www/br.html @@ -0,0 +1,14 @@ +<html> + <head><title>BR element test</title></head> + <body> + Hello world<br> + This is<br><br> + a test page<br> + for<br> + the<br> + <br> + BR element! + <br><br><br><br> + Does it work? + </body> +</html> diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 8a1524bc29..24602f109e 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -24,6 +24,7 @@ h1 { <li><a href="selectors.html">selectors</a></li> <li><a href="link.html">link element</a></li> <li><a href="blink.html">blink element</a></li> + <li><a href="br.html">br element</a></li> <li><a href="http://www.serenityos.org/">www.serenityos.org</a></li> </ul> </body> |