
Def P(Text) Paragraph(500, Text) End

MiniWindow(Scrolling(MarginRight(30, MarginLeft(30,  
  Vertical {
    P("Page not found. Please contact mod author.")
    Height 15 {}
  }
))))

