diff --git a/docs/index.html b/docs/index.html index d203f7cb..0d0ee00d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -134,6 +134,31 @@
+
+ open Saturn
+ open Giraffe
+
+ let app = application {
+ use_router (text "Hello World from Saturn")
+ }
+
+ run app
+
+
+