| 
<!DOCTYPE html><html lang="en">
 <head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Footer</title>
 <link rel="stylesheet" href="/assets/css/style.css">
 </head>
 <body>
 <footer>
 <div>
 <p>© <?php echo date("Y"); ?> My Application. All rights reserved.</p>
 </div>
 </footer>
 </body>
 </html>
 |