diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-03-23 17:22:14 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-24 18:08:34 +0100 |
commit | 4d8789b173a68712cc03f41e6fbf696dfa8aa094 (patch) | |
tree | 446b2c8ef1dc081fced63d19a0e952368a36c10b /Base/res/html/misc/welcome.html | |
parent | f078bb8294b946e5d8b762d815a2725aa1300e43 (diff) | |
download | serenity-4d8789b173a68712cc03f41e6fbf696dfa8aa094.zip |
Base: Add a text-shadow test page
Diffstat (limited to 'Base/res/html/misc/welcome.html')
-rw-r--r-- | Base/res/html/misc/welcome.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index ff3004d19c..ec23cfe102 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -106,6 +106,7 @@ <li><a href="backgrounds.html">Backgrounds</a></li> <li><a href="background-repeat-test.html">Background-repeat</a></li> <li><a href="box-shadow.html">Box-shadow</a></li> + <li><a href="text-shadow.html">Text-shadow</a></li> <li><a href="opacity.html">Opacity</a></li> <li><a href="text-decoration.html">Text-decoration</a></li> <li><a href="fonts.html">Fonts</a></li> |