Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Aug 15, 2022
1 parent 29278a5 commit a4a584c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CameraWebApp/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
</div>

<div class="my-1 mx-1">
<img src="@Url.Content(east)" alt="East" />
<img src="@Url.Content(east)" alt="East" title="East" />
</div>
<div class="my-1 mx-1">
<img src="@Url.Content(west)" alt="West" />
<img src="@Url.Content(west)" alt="West" title="West" />
</div>
<div class="my-1 mx-1">
<img src="@Url.Content(north)" alt="North" />
<img src="@Url.Content(north)" alt="North" title="North" />
</div>
<div class="my-1 mx-1">
<img src="@Url.Content(south)" alt="South" />
<img src="@Url.Content(south)" alt="South" title="South" />
</div>
</div>

0 comments on commit a4a584c

Please sign in to comment.