File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
src/app/modules/v2-redirect Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
+ < title > Time Tracker</ title >
4
5
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Montserrat " />
5
6
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
6
7
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
27
28
< link rel ="stylesheet " href ="./style.css " />
28
29
</ head >
29
30
30
- < body style ="font-family: 'Montserrat'; ">
31
+ < body style ="font-family: 'Montserrat', sans-serif ; ">
31
32
< div >
32
33
< img id ="logo " src ="../../../assets/img/time-tracker-logo.png " alt ="Time Tracker logo "/>
33
34
</ div >
Original file line number Diff line number Diff line change 1
- import { Component , OnInit } from '@angular/core' ;
2
-
3
- @Component ( {
4
- selector : 'app-v2-redirect' ,
5
- templateUrl : './v2-redirect.component.html' ,
6
- styleUrls : [ './v2-redirect.component.css' ]
7
- } )
8
- export class V2RedirectComponent implements OnInit {
9
-
10
- constructor ( ) { }
11
-
12
- ngOnInit ( ) : void {
13
- }
14
-
15
- }
You can’t perform that action at this time.
0 commit comments