10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
@{
|
|
ViewBag.Title = "Not Found";
|
|
}
|
|
|
|
<h1>
|
|
@ViewBag.Title
|
|
</h1>
|
|
|
|
<p>The given download link was not found. Please contact administrator, referencing the following url:</p>
|
|
<code>@Html.Raw(Request.Url)</code> |