Created
February 3, 2020 18:31
-
-
Save kasunkv/75101977594c7f6bd9171bbd760c6a51 to your computer and use it in GitHub Desktop.
Update the Music Store layout file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
... | |
<footer class="border-top footer text-muted"> | |
<div class="container"> | |
Music Store © 2020 - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy Policy</a> | Secret: @Settings.Value.Identity.Secret | |
</div> | |
</footer> | |
... | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment