This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/src/BirdsiteLive/Views/Users/UserNotFound.cshtml
2020-12-29 02:12:44 -05:00

11 lines
212 B
Plaintext

@{
ViewData["Title"] = "User";
}
<div class="col-12 col-sm-10 col-md-8 col-lg-6 mx-auto text-center">
<h3>User not found</h3>
<a href="/" class="btn btn-primary">
Back
</a>
</div>