@{ Layout = "~/Views/Shared/_MasterLayout.cshtml"; } <!DOCTYPE html> <html lang="hu"> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <title>Index</title> </head> <body> <div> </div> </body> </html>