Anniepoo / swiplwebtut

A tutorial for the swipl web framework
109 stars 39 forks source link

phase 2 or 3 #32

Open Anniepoo opened 4 years ago

Anniepoo commented 4 years ago

this

    phrase(
        html(
        [head(title('Howdy')),
         body([h1('A Simple Web Page'),
              p('With some text')])
        ]),
        TokenizedHtml,
        []),

is followed by discussion of phase/2 - its phase 3