From 6eb6a7d554f9534db08380844b0c7bff0ef18831 Mon Sep 17 00:00:00 2001 From: Jindrich Kolorenc Date: Sat, 25 May 2024 21:42:52 +0200 Subject: [PATCH] Test of server-side includes. --- included_snippet.html | 2 ++ ssi_include.shtml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 included_snippet.html create mode 100644 ssi_include.shtml diff --git a/included_snippet.html b/included_snippet.html new file mode 100644 index 0000000..e3c48bb --- /dev/null +++ b/included_snippet.html @@ -0,0 +1,2 @@ +This is included (server-side include). + diff --git a/ssi_include.shtml b/ssi_include.shtml new file mode 100644 index 0000000..ac29395 --- /dev/null +++ b/ssi_include.shtml @@ -0,0 +1,20 @@ + + + + +Test - test - test + + + + +

Test of SSI

+ +

Below this should be an included piece.

+ + + +

Above this should be an included piece.

+ + + +