<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <header> <!-- common header content --> </header> <main> <!-- page-specific content --> </main> <footer> <!-- common footer content --> </footer> </body> </html>