@{ ViewData["Title"] = "AMES "; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>@ViewData["Title"] @ViewBag.VersionCode</title> <style> html, body { height: 98%; } </style> </head> <body> <div style="text-align:center; background:#fff;width:100%;height:100%;overflow:hidden"> <div> <img src="~/images/welcome.png" style="max-width: 100%; height: auto; width: auto; width: auto;" /> </div> </div> </body> </html>