def resolve(path):
# Returns a resultCode and webpage for this path
page = "<html><body><p>Hello, world!</p></body></html>"
return (200, page)