��<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Jon and Ryan Welcome</title> <style> body { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; margin: 0; } h3 { margin-bottom: 20px; } .gif-container { max-width: 100%; max-height: 100%; } </style> </head> <body> <h3>Welcome- Page Under Construction</h3> <br/> <div class="gif-container"> <img src="assets/construction-498-x-375.gif" alt="Construction GIF" style="width: 100%; height: auto;"> </div> </body> </html>