# NOT RUN {
set_jazz_host('127.0.0.1:8888')
page <- '<html>\n<body>\n<br/>Hello world!\n</body>\n</html>'
create_web_resource('my_test',
'/my_test/hello.html',
type_const[['BLOCKTYPE_RAW_MIME_HTML']],
page)
# See http://127.0.0.1:8888/my_test/hello.html with a browser.
list_web_sources()
delete_web_source('my_test')
# }
Run the code above in your browser using DataLab