Initial commit
This commit is contained in:
44
App/Views/Home/Index.cshtml
Normal file
44
App/Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,44 @@
|
||||
@{
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Welcome</h1>
|
||||
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
|
||||
</div>
|
||||
|
||||
<table class="tabstyle" style="margin-top:20px"><tr><td style="padding:25px">
|
||||
<div class="desc">
|
||||
<p>Thank you for using Syncfusion ASP.NET Core Wizard. We have modified the default ASP.NET Core internet application project template based on Syncfusion controls and settings.
|
||||
The following are the samples links:
|
||||
</p>
|
||||
</div>
|
||||
<div class="sf-samples">
|
||||
<ul class="ulstyle">
|
||||
<li class="list">
|
||||
<div class="column">
|
||||
@Html.ActionLink("DataGrid", "DataGridFeatures", "DataGrid", null, new { Style = "text-decoration:none;color:#616161;" })
|
||||
</div>
|
||||
</li>
|
||||
<li class="list">
|
||||
<div class="column">
|
||||
@Html.ActionLink("User", "", "User", null, new { Style = "text-decoration:none;color:#616161;" })
|
||||
</div>
|
||||
</li>
|
||||
<li class="list">
|
||||
<div class="column">
|
||||
@Html.ActionLink("Product", "", "Product", null, new { Style = "text-decoration:none;color:#616161;" })
|
||||
</div>
|
||||
</li>
|
||||
<li class="list">
|
||||
<div class="column">
|
||||
@Html.ActionLink("Form", "", "Form", null, new { Style = "text-decoration:none;color:#616161;" })
|
||||
</div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="clear"> </div>
|
||||
6
App/Views/Home/Privacy.cshtml
Normal file
6
App/Views/Home/Privacy.cshtml
Normal file
@@ -0,0 +1,6 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
||||
Reference in New Issue
Block a user