mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
Base: Add a <pre> test page
This commit is contained in:
parent
a4031c89e1
commit
7b51102495
2 changed files with 8 additions and 0 deletions
7
Base/res/html/misc/pre.html
Normal file
7
Base/res/html/misc/pre.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!doctype html>
|
||||
<pre>
|
||||
hello
|
||||
how
|
||||
are
|
||||
you
|
||||
</pre>
|
|
@ -64,6 +64,7 @@
|
|||
<li><a href="checkbox.html">checkbox</a></li>
|
||||
<li><a href="form.html">form</a></li>
|
||||
<li><a href="images.html">images</a></li>
|
||||
<li><a href="pre.html">pre</a></li>
|
||||
<li><a href="svg.html">svg</a></li>
|
||||
<li><a href="small.html">small</a></li>
|
||||
<li><a href="link.html">link</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue