From 0060efb69c4f928215fd9ff456d6d0f047c75363 Mon Sep 17 00:00:00 2001 From: urlysses Date: Wed, 1 Mar 2017 14:04:40 -0500 Subject: [PATCH] Landing page demos should work, imho. Just my 2 cents. --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ea474a9..7cbbc61 100644 --- a/index.html +++ b/index.html @@ -136,15 +136,17 @@ sourcedir s" views/" s+ set-view-path s" Dynamic page title" ; : ten-lines ( -- ) 10 0 do - s" line " <# #s #> s+ + s" line " i s>d <# #s #> s+ s" <br>" s+ $type loop ; \ Use render-view to output the contents \ of a file in the views/ directory. -: handle-/index - s" index.html" render-view ; +: handle-/ + s" v-index.html" render-view ; + +/1991 / handle-/ \ Start the server on port 8080. 8080 1991: