1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 09:48:59 +00:00
just-short-it/Pages/Logout.cshtml

9 lines
116 B
Plaintext
Raw Permalink Normal View History

2023-04-15 13:40:46 +00:00
@page
@model JustShortIt.Pages.LogoutModel
@{
ViewData["Title"] = "Logout";
}
2023-04-15 13:40:46 +00:00
<p>How did you get here?</p>