This commit is contained in:
Romain Verger 2022-03-11 15:42:40 +01:00
parent 9cde126e3c
commit 40adf814ee
5 changed files with 1 additions and 44 deletions

View File

@ -1,3 +0,0 @@
<div class="container">
<p>test</p>
</div>

View File

@ -1,25 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { PageAccesDeniedComponent } from './page-acces-denied.component';
describe('PageAccesDeniedComponent', () => {
let component: PageAccesDeniedComponent;
let fixture: ComponentFixture<PageAccesDeniedComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ PageAccesDeniedComponent ]
})
.compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(PageAccesDeniedComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});

View File

@ -1,15 +0,0 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-page-acces-denied',
templateUrl: './page-acces-denied.component.html',
styleUrls: ['./page-acces-denied.component.scss']
})
export class PageAccesDeniedComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}

View File

@ -1,3 +1,3 @@
<div class="container">
<div class="container mb-5 mt-5">
<img src="assets/you-shall-not-pass.gif"/>
</div>