]> err.no Git - sope/blobdiff - Recycler/ApacheWO/docs/SSIPage.shtml
added mod_objc
[sope] / Recycler / ApacheWO / docs / SSIPage.shtml
diff --git a/Recycler/ApacheWO/docs/SSIPage.shtml b/Recycler/ApacheWO/docs/SSIPage.shtml
new file mode 100644 (file)
index 0000000..cc0afc2
--- /dev/null
@@ -0,0 +1,17 @@
+<html>
+  <head>
+    <title>Server Side Include</title>
+  </head>
+
+  <body>
+    <h3>Server Side Include</h3>
+
+    Today is <!--#echo var="DATE_LOCAL" -->
+    <br/>
+    <br/>
+    Inluded .wox page:
+    <table border="1" width="100%"><tr><td>
+    <!--#include virtual="Page2.wox" -->
+    </td></tr></table>
+  </body>
+</html>