<!doctype html> <html lang="en_EN"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title> I'm a Teapot </title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="/styles.css"> </head> <body> <main class="site-main"> <img class="teapot" src="/teapot.gif" width="675" height="450" alt="This is a Teapot" /> </main> </body> </html>