CompUGE-Bench / src /app /error_handling /not-found /not-found.component.html
Ahmad Shallouf
added new modifications
27e40c0
raw
history blame contribute delete
192 Bytes
<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>