Commit 74cfc32b9bde154c3b001ece8ca60e602216a644

Thomas de Grivel 2024-10-27T14:31:26

add html files

diff --git a/test/httpd/pages/index.en.html b/test/httpd/pages/index.en.html
new file mode 100644
index 0000000..95253ad
--- /dev/null
+++ b/test/httpd/pages/index.en.html
@@ -0,0 +1,28 @@
+<div class="kc3">
+
+  <h1></h1>
+
+  <div>
+    <div class="kc3-1">
+      <div>
+        <p>
+          <b>KC3</b> is a programming language with meta-programmation
+          and a graph database embedded into the language.
+          It aims to be the language for semantic programming,
+          and programming the semantic web.
+        </p>
+        <p>
+          We are currently fundraising for the project to become real and
+          there is a working prototype available at
+          <a target="_blank" href="https://git.kmx.io/kc3-lang/kc3/">https://git.kmx.io/kc3-lang/kc3/</a>,
+          please see the
+          <a target="_blank" href="https://www.kmx.io/en/donations.html">https://www.kmx.io/en/donations.html</a>
+          page if you want to help out.
+        </p>
+      </div>
+    </div>
+  </div>
+  <div class="clear">
+    <p>&nbsp;</p>
+  </div>
+</div>