aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/not-found/not-found.component.html
blob: 4588d2c6b8544616a35206f14c5f91686402dabe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<main id="content">
	<summary class="title">Page not found!</summary>
	<hr />
	<nav id="back-btns">
		<button class="submit-btn" type="submit" (click)="backToFeed()">
			Back to feed
		</button>
		<button class="submit-btn" type="submit" (click)="backToLogin()">
			Back to login
		</button>
	</nav>
	<app-footer></app-footer>
</main>