Procházet zdrojové kódy

Landing page demos should work, imho.

Just my 2 cents.
gh-pages
urlysses před 7 roky
rodič
revize
0060efb69c
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. +5
    -3
      index.html

+ 5
- 3
index.html Zobrazit soubor

@@ -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" &lt;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:


Načítá se…
Zrušit
Uložit