mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
typo fixes for tutorial 17
minor edits
This commit is contained in:
parent
5d8fa53a3f
commit
8260004c4c
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
(in-package :clog-user)
|
(in-package :clog-user)
|
||||||
|
|
||||||
;;; In this tutorial we will use a CSS only alternative to bootsrap -
|
;;; In this tutorial we will use a CSS only alternative to bootstrap -
|
||||||
;;; https://www.w3schools.com/w3css/default.asp
|
;;; https://www.w3schools.com/w3css/default.asp
|
||||||
|
|
||||||
(defun on-index (body)
|
(defun on-index (body)
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
(run body))
|
(run body))
|
||||||
|
|
||||||
(defun start-tutorial ()
|
(defun start-tutorial ()
|
||||||
"Start turtorial."
|
"Start tutorial."
|
||||||
(initialize #'on-index)
|
(initialize #'on-index)
|
||||||
(set-on-new-window #'on-page2 :path "/page2")
|
(set-on-new-window #'on-page2 :path "/page2")
|
||||||
(set-on-new-window #'on-page3 :path "/page3")
|
(set-on-new-window #'on-page3 :path "/page3")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue