summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/phint.html
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-06-17 17:28:18 +0200
committerAndreas Kling <kling@serenityos.org>2020-06-17 20:09:44 +0200
commitde12cf6821679c900ced1c8164741bfefbde97b0 (patch)
tree990d7f303ee79c33881881b0e8c210e22b5848d2 /Base/res/html/misc/phint.html
parent4720635aabc06e3ad24bae8a3b08afe6bdb00ae7 (diff)
downloadserenity-de12cf6821679c900ced1c8164741bfefbde97b0.zip
Base: Move all the HTML test content into /res/html/misc
Diffstat (limited to 'Base/res/html/misc/phint.html')
-rw-r--r--Base/res/html/misc/phint.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/Base/res/html/misc/phint.html b/Base/res/html/misc/phint.html
new file mode 100644
index 0000000000..522e0bd71e
--- /dev/null
+++ b/Base/res/html/misc/phint.html
@@ -0,0 +1,16 @@
+<html>
+<body bgcolor="#000000" text="#00ff00">
+<h1>Hello friends!</h1>
+<p>
+ This is a web page with some color.
+</p>
+<p>
+ <font color="#ff0000">Red,</font>
+ <font color="#00ff00">green,</font>
+ <font color="#0000ff">blue,</font>
+ <font color="#ffff00">yellow,</font>
+ <font color="#ff00ff">magenta,</font>
+ <font color="#ffffff">and white!</font>
+</p>
+</body>
+</html>