From 17c06d7c9a612bf8250604eaead31f3a3584d34d Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 29 Sep 2019 18:07:36 +0200 Subject: [PATCH] Base: Move HTML test pages into /home/anon/html Also add a simple test page for inline style sheets. --- Base/home/anon/html/css.html | 24 ++++++++++++++++++++++++ Base/home/anon/{ => html}/lorem.html | 0 Base/home/anon/{ => html}/small.html | 0 3 files changed, 24 insertions(+) create mode 100644 Base/home/anon/html/css.html rename Base/home/anon/{ => html}/lorem.html (100%) rename Base/home/anon/{ => html}/small.html (100%) diff --git a/Base/home/anon/html/css.html b/Base/home/anon/html/css.html new file mode 100644 index 0000000000..2655fbb181 --- /dev/null +++ b/Base/home/anon/html/css.html @@ -0,0 +1,24 @@ + + + CSS test + + + +
This is foo
+
This is bar
+
This is baz
+ + diff --git a/Base/home/anon/lorem.html b/Base/home/anon/html/lorem.html similarity index 100% rename from Base/home/anon/lorem.html rename to Base/home/anon/html/lorem.html diff --git a/Base/home/anon/small.html b/Base/home/anon/html/small.html similarity index 100% rename from Base/home/anon/small.html rename to Base/home/anon/html/small.html