<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My App</title> <style></style> </head> <body> <h1>Hello!</h1> <p>This is a simple page.</p> <p id="something"></p> <script></script> </body> </html>