Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Merge azureb20-dev in to master #2

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Default.cshtml
mavrick202 authored Jun 26, 2019

Verified

This commit was signed with the committer’s verified signature.
moallemi Reza Moallemi
commit bce5c4988d97daadea058b06607e245e7c64db70
4 changes: 2 additions & 2 deletions Default.cshtml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
var featured = products[new Random().Next(products.Count)];
}

<h1>Welcome to Fourth Coffee!</h1>
<h1>Welcome to Fifth Coffee!</h1>

<div id="featuredProduct">
<img alt="Featured Product" src="~/Images/Products/@featured.ImageName"/>
@@ -47,4 +47,4 @@

}
</ul>
</div>
</div>