Changeset d89d25b for KernelRecordsMVC.Web/Views/Shared/_Layout.cshtml
- Timestamp:
- 09/01/26 07:17:16 (4 weeks ago)
- Branches:
- main
- Children:
- 595d2e5
- Parents:
- d2eccb3
- File:
-
- 1 edited
-
KernelRecordsMVC.Web/Views/Shared/_Layout.cshtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
KernelRecordsMVC.Web/Views/Shared/_Layout.cshtml
rd2eccb3 rd89d25b 31 31 <!-- LOGO --> 32 32 33 <a class="brand" 34 asp-controller="Home" 35 asp-action="Index"> 36 37 <span class="brand-main"> 38 KERNEL 39 </span> 40 41 <span class="brand-sub"> 42 RECORDS 43 </span> 33 <a asp-controller="Home" 34 asp-action="Index" 35 class="navbar-brand logo-brand"> 36 37 <img src="~/images/logo.png" 38 asp-append-version="true" 39 alt="Kernel Records" 40 class="site-logo" /> 44 41 45 42 </a>
Note:
See TracChangeset
for help on using the changeset viewer.
