add recipes table

This commit is contained in:
bastien ollier
2024-06-14 15:19:25 +02:00
parent 632e9b69e5
commit eb82a16ac1
9 changed files with 969 additions and 9 deletions

View File

@@ -6,6 +6,8 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<app-root></app-root>