aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/not-found/not-found.component.html
blob: 83d73ce64f90ac96831d3b46f6168fe02f6198c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<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>
</main>