todo-app-angular/src/index.html
Maxime Delporte 07186f2acd
All checks were successful
Deploying Website / build (push) Successful in 1m5s
Current state of project : Section 2 - Chapter 49.
2025-04-21 09:44:07 -03:00

20 lines
558 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>EasyTrack</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<app-root></app-root>
</body>
</html>