Created
April 10, 2014 14:08
-
-
Save dshookowsky/10386246 to your computer and use it in GitHub Desktop.
Views/Home/Index.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@{ | |
ViewBag.Title = "Home"; | |
} | |
<h2>Home</h2> | |
<span class="welcome">Welcome</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment