Back to notes
Keyboard shortcut: 'u' 

(load (string-append laml-dir "laml.scm"))

(style "simple-html4.0-loose")

(generic-page-1
  "HTML Protection"
  
  (font-size 4 
   (pre
     (html-protect
       (read-text-file (string-append (startup-directory) "../" "simple-page-1.html"))
     )
   )
  )

  white black blue blue
)