Add project files.
This commit is contained in:
11
whypair/Pages/Index.cshtml
Normal file
11
whypair/Pages/Index.cshtml
Normal file
@@ -0,0 +1,11 @@
|
||||
@page
|
||||
@model IndexModel
|
||||
@{
|
||||
ViewData["Title"] = "Home page";
|
||||
}
|
||||
@{
|
||||
Layout = "_Landing";
|
||||
}
|
||||
<div class="text-center wsize1 bor1 bg1 p-t-175 p-b-175 p-l-15 p-r-15 respon1">
|
||||
<img src="img/whypair-logo.png" alt="whypair">
|
||||
</div>
|
||||
Reference in New Issue
Block a user