blob: 8394810c2c870ba3fdf5cdc82076a0f466a6cec2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<div id="content">
<div class="title">
Page not found!
</div>
<hr>
<div 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>
</div>
</div>
|