0ccbef45a1
Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
@{
|
|
ViewBag.Title = "index";
|
|
Layout = "~/Views/Shared/_PortfolioLayout.cshtml";
|
|
}
|
|
<link href="@Url.Content("~/assets/css/style.css")" rel="stylesheet" />
|
|
|
|
<main class="px-3">
|
|
<h1 class="m-4 text-white">@atakanozbancom.App_GlobalResources.Resource.MyProjectsTitle</h1>
|
|
@Html.Action("projectposts", "myprojects")
|
|
</main>
|