diff options
Diffstat (limited to 'code/api/Pages/Home.cshtml')
| -rw-r--r-- | code/api/Pages/Home.cshtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/code/api/Pages/Home.cshtml b/code/api/Pages/Home.cshtml index b7c07c2..b914874 100644 --- a/code/api/Pages/Home.cshtml +++ b/code/api/Pages/Home.cshtml @@ -5,6 +5,4 @@ ViewData["Title"] = "Home"; } -<h1>Welcome</h1> - -<button class="do-logout">Logout</button>
\ No newline at end of file +<h1>Home</h1>
\ No newline at end of file |
