From 429de4d907d444dbe3f735f8484979bcf6ab2bce Mon Sep 17 00:00:00 2001 From: vindarel Date: Tue, 2 May 2023 20:06:04 +0200 Subject: [PATCH] (minor) docs: add HTML content to index.html for browsers sans JS --- docs/index.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 12aeb77..46dfaed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,43 @@ -
+
+ + + +
+

+ + CIEL 0.0-dev + + +

+
+ +

CIEL Is an Extended Lisp

+
    +
  • 100% Common Lisp
  • batteries included
  • +
+

+ GitHub + Show me

+
+ +
#!/usr/bin/env ciel
+
+(print
+  (json:read-json
+    (http:get "https://fakestoreapi.com/products?limit=5")))
+ +

+

$ ./myscript.lisp
+

+ +

+

You need JavaScript to see the rest of the doc :( Just look at the GitHub repository. Cheers, EWW user maybe?
+

+ +