initial import
This commit is contained in:
commit
3b7e286a5b
61 changed files with 23607 additions and 0 deletions
7
Views/Home/About.cshtml
Normal file
7
Views/Home/About.cshtml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@{
|
||||
ViewData["Title"] = "About";
|
||||
}
|
||||
<h2>@ViewData["Title"]</h2>
|
||||
<h3>@ViewData["Message"]</h3>
|
||||
|
||||
<p>Use this area to provide additional information.</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue