source: KernelRecordsMVC.Web/Views/Home/Index.cshtml@ 08aefc6

main
Last change on this file since 08aefc6 was 08aefc6, checked in by mmilevski <markomilevski3@…>, 4 weeks ago

Initial commit

  • Property mode set to 100644
File size: 389 bytes
Line 
1<div class="text-center py-5">
2
3 <h1 class="display-3">
4 Music Store
5 </h1>
6
7 <p class="lead mt-3">
8 CDs · Vinyl · Cassettes
9 </p>
10
11 <p class="text-muted">
12 Discover your next favorite release.
13 </p>
14
15 <a asp-controller="Release"
16 asp-action="Index"
17 class="btn btn-primary btn-lg mt-3">
18
19 Browse Releases
20
21 </a>
22
23</div>
Note: See TracBrowser for help on using the repository browser.