ymanager/webapp/src/app/page-not-found/page-not-found.component.html @ 3bcb12a4
1 |
<div id="notfound"> |
---|---|
2 |
<div class="notfound"> |
3 |
<div class="notfound-404"> |
4 |
<h1>404</h1> |
5 |
</div>
|
6 |
<h2>We are sorry, Page not found!</h2> |
7 |
<p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p> |
8 |
<a href="#">Back To Homepage</a> |
9 |
</div>
|
10 |
</div>
|
11 |
|
12 |
<!-- This templates was made by Colorlib (https://colorlib.com) -->
|