REBOL [
    Title: "View HTML Code"
    File: %view-html.r
    Date: 1-Jun-2000
    Purpose: {Fetch a web page and view its HTML code in a window.}
    Category: [view VID 1]
]

view layout [text 800x600 read http://www.rebol.com]

