Changeset View
Changeset View
Standalone View
Standalone View
src/app/404component/404.component.html
<a routerLink="/" routerLinkActive="active"><img class="logo" src="https://static.wildfyre.net/wildfyre.png" alt="WildFyre"></a> | <a routerLink="/" routerLinkActive="active"><img src="https://static.wildfyre.net/wildfyre.png" alt="WildFyre"></a> | ||||
<mat-card class="example-card"> | <mat-card class="example-card"> | ||||
<mat-card> | <mat-card> | ||||
<h1>404?<br> | <h1>404?<br> | ||||
We do not know what you are looking for. You could possibly start <a routerLink="/login" routerLinkActive="active">here</a> first.</h1> | We do not know what you are looking for. You could possibly start <a routerLink="/login" routerLinkActive="active">here</a> first.</h1> | ||||
</mat-card> | </mat-card> | ||||
</mat-card> | </mat-card> |