feat(challenge): add a pipe challenge serie

This commit is contained in:
thomas
2022-11-28 14:44:23 +01:00
parent aaeecf5f06
commit 2d61342db5
49 changed files with 1045 additions and 0 deletions

View File

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