Skip to content
Snippets Groups Projects
Commit 4ddaf450 authored by Lotte Hofstede's avatar Lotte Hofstede
Browse files

Added missing pagenotfound files

parent 82a379df
Branches
Tags
No related merge requests found
<div class="page-not-found">
<h1>404</h1>
<h2><small>{{"404.page-not-found" | translate}}</small></h2>
<br>
<p>{{"404.help" | translate}}</p>
<br>
<p class="text-center">
<a routerLink="/home" class="btn btn-primary">{{"404.link.home-page" | translate}}</a>
</p>
</div>
\ No newline at end of file
@import '../../styles/variables.scss';
import { Component } from '@angular/core';
@Component({
selector: 'ds-pagenotfound',
styleUrls: ['./pagenotfound.component.css'],
templateUrl: './pagenotfound.component.html'
})
export class PageNotFoundComponent {
data: any = {};
constructor() {
this.universalInit();
}
universalInit() {
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment