File size: 192 Bytes
27e40c0
 
 
 
 
1
2
3
4
5
6
<div class="not-found-container">
  <h1>404 - Page Not Found</h1>
  <p>Sorry, the page you are looking for does not exist.</p>
  <a routerLink="/" class="home-link">Go back to Home</a>
</div>