mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-12 20:49:55 +00:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
@page
|
|
@model JustShortIt.Pages.LogoutModel
|
|
@{
|
|
ViewData["Title"] = "Logout";
|
|
}
|
|
|
|
<p class="text-xl text-error">How did you get here?</p>
|
|
|