Add project files.
This commit is contained in:
6
Views/Home/Index.cshtml
Normal file
6
Views/Home/Index.cshtml
Normal file
@ -0,0 +1,6 @@
|
||||
@model string
|
||||
@{
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
<textarea id="content" name="content">@Model</textarea>
|
Reference in New Issue
Block a user