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:
parent
80bae285f0
commit
6c7d22f5a7
|
|
@ -9,4 +9,4 @@
|
|||
<li>This sandbox should give you a quick view of a basic MVC application.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue