mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
320 B
11 lines
320 B
@{
|
|
ViewBag.Title = T.Get("users.logout.title");
|
|
}
|
|
|
|
<img class="splash-image" src="@Url.RootContentUrl("~/squid.svg?title=BYE%20BYE&text=Hope%20to%20see%20you%20again%20soon!&face=happy")" />
|
|
|
|
<h1 class="splash-h1">@T.Get("users.logout.headline")</h1>
|
|
|
|
<p class="splash-text">
|
|
@T.Get("users.logout.text")
|
|
</p>
|
|
|