Commit 4a01fc688aaa448d1f956144306bb6775021ba8e

Thomas de Grivel 2024-09-05T19:39:45

test.html

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/test/httpd/static/test.html b/test/httpd/static/test.html
new file mode 100644
index 0000000..e2f733c
--- /dev/null
+++ b/test/httpd/static/test.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html>
+  <head>
+    <title>HTML test</title>
+  </head>
+  <body>
+    <h1>HTML test</h1>
+
+    <p>
+      Test <span style="color: #0f0;"><b>OK</b></span> !
+    </p>
+  </body>
+</html>