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 11<!DOCTYPE html>
2- < html >
2+ < html lang =" en " >
33 < head >
4+ < title > Time Tracker</ title >
45 < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Montserrat " />
56 < link rel ="preconnect " href ="https://fonts.googleapis.com " />
67 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
2728 < link rel ="stylesheet " href ="./style.css " />
2829 </ head >
2930
30- < body style ="font-family: 'Montserrat'; ">
31+ < body style ="font-family: 'Montserrat', sans-serif ; ">
3132 < div >
3233 < img id ="logo " src ="../../../assets/img/time-tracker-logo.png " alt ="Time Tracker logo "/>
3334 </ 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