14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
|
|
@{
|
|
ViewData["Title"] = "gehgassi - success";
|
|
Layout = "_LayoutApp";
|
|
}
|
|
|
|
|
|
<div class="mt-2 mb-3 text-center">
|
|
<img src="/images/logo_icon.png" class="img-fluid" alt="gehgassi" />
|
|
</div>
|
|
|
|
<h3 class="text-center">Success</h3>
|
|
|