diff --git a/.idea/.idea.CI-ColorWebs/.idea/.name b/.idea/.idea.CI-ColorWebs/.idea/.name new file mode 100644 index 0000000000000000000000000000000000000000..e750059097f01dc3a2cb90c20627580bfa91a332 --- /dev/null +++ b/.idea/.idea.CI-ColorWebs/.idea/.name @@ -0,0 +1 @@ +CI-ColorWebs \ No newline at end of file diff --git a/CI-ColorWebs/Pages/Shared/_Layout.cshtml b/CI-ColorWebs/Pages/Shared/_Layout.cshtml index 5770d14160461d6fe6ea81799109fb55565088ba..13310b5fff9aef33d78099c47d4c9bbcf5de914f 100644 --- a/CI-ColorWebs/Pages/Shared/_Layout.cshtml +++ b/CI-ColorWebs/Pages/Shared/_Layout.cshtml @@ -25,6 +25,9 @@ <li class="nav-item"> <a class="nav-link text-dark" asp-area="" asp-page="/Privacy">Privacy</a> </li> + <li class="nav-item"> + <a class="nav-link text-dark" asp-area="" asp-page="/TruePalette">True Palette</a> + </li> </ul> </div> </div>