<!DOCTYPE html><html lang="en"> <head> <title>Hello, Belle!</title> <meta charset="utf-8"> <meta name="description" content="Hello, Belle!"> <style>#content{border:1px solid #000000;border-radius:5px;text-align:center;}html{font-size:16px;font-weight:normal;height:100%;}</style> </head> <body> <div id="content"> <h1>Hello, Belle!</h1> <p>This is a static file being served from the public directory.</p> </div> </body> </html>