public/static.html (11 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Static test page</title> </head> <body> The server processes this static HTML page. </body> </html>