7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
|
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
|
||
|
|
||
|
<h2>Not Found</h2>
|
||
|
|
||
|
<div class="error-image">
|
||
|
<img src="/media/images/not-found.png" alt="looking for something?" title="can I help you find something?"/>
|
||
|
</div>
|