appengine/flexible/staticcontent/web/static.html (10 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello Static World</title> </head> <body> <p>This is a static html document.</p> </body> </html>