diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-30 20:22:55 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-30 20:22:55 +0100 |
| commit | 3c188c2949af9d0e08db74a850f8a87dad52de49 (patch) | |
| tree | 5dba85786aa9a5a72d91328092a017f16318b8c0 /code/api/Pages/Home.cshtml | |
| parent | f5374b0b3543b0bd7d280f71ed8bf5175bad3834 (diff) | |
| download | storage-3c188c2949af9d0e08db74a850f8a87dad52de49.tar.xz storage-3c188c2949af9d0e08db74a850f8a87dad52de49.zip | |
feat: Yes
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 |
