summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/welcome.html
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2021-09-19 17:02:41 +0100
committerAndreas Kling <kling@serenityos.org>2021-09-19 22:53:35 +0200
commit14dc20118c3f4aa3293ee92d34a62330f091af40 (patch)
tree3b260b1cb75b5264bf5dbd4a12d31e9582612868 /Base/res/html/misc/welcome.html
parentabc22b727c099ece8f13d9823b3e29de8769d61c (diff)
downloadserenity-14dc20118c3f4aa3293ee92d34a62330f091af40.zip
Base: Add page for testing styling on `display: inline` elements
Diffstat (limited to 'Base/res/html/misc/welcome.html')
-rw-r--r--Base/res/html/misc/welcome.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index c3abeb56fe..4984651f00 100644
--- a/Base/res/html/misc/welcome.html
+++ b/Base/res/html/misc/welcome.html
@@ -123,6 +123,7 @@
<li><a href="percent-css.html">Percentage values</a></li>
<li><a href="position-absolute-top-left.html">position: absolute; for top and left</a></li>
<li><a href="cascade-keywords.html">Cascade keywords (initial, inherit, unset)</a></li>
+ <li><a href="inline-node.html">Styling "inline" elements</a></li>
</ul>
<h2>JavaScript/Wasm</h2>