Current state of project : Section 2 - Chapter 49.
All checks were successful
Deploying Website / build (push) Successful in 1m5s

This commit is contained in:
Maxime Delporte
2025-04-21 09:44:07 -03:00
parent 89f22f491e
commit 07186f2acd
31 changed files with 496 additions and 372 deletions

View File

@@ -1,13 +1,19 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TodoAppAngular</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<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>
<app-root></app-root>
</body>
</html>