Cleanup MVC Sandbox

Remove the meta refresh tag from the layout page.
Add a new line at the end of Home/Index.cshtml
This commit is contained in:
Javier Calvarro Nelson 2017-07-24 14:10:19 -07:00 committed by GitHub
parent 80bae285f0
commit 6c7d22f5a7
2 changed files with 1 additions and 2 deletions

View File

@ -9,4 +9,4 @@
<li>This sandbox should give you a quick view of a basic MVC application.</li>
</ul>
</div>
</div>
</div>

View File

@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="refresh" content="1">
<title>@ViewData["Title"] - MvcSandbox</title>
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.5/css/bootstrap.min.css" />
</head>