<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <title>My Web Page</title> <link rel="stylesheet" href="styles.css"/> </head> <body> <header> <p>This is a basic HTML5 boilerplate. Start building your content here!</p> </header> <main> <p>This is a basic HTML5 boilerplate. Start building your content here!</p> </main> <footer> <p>© 2025 Unsistema</p> </footer> <script src="script.js"></script> </body> </html>