diff options
Diffstat (limited to 'public/projects/angular-small-apps/apps/recipes/src/app/app.component.html')
| -rw-r--r-- | public/projects/angular-small-apps/apps/recipes/src/app/app.component.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/projects/angular-small-apps/apps/recipes/src/app/app.component.html b/public/projects/angular-small-apps/apps/recipes/src/app/app.component.html new file mode 100644 index 0000000..b5cbafb --- /dev/null +++ b/public/projects/angular-small-apps/apps/recipes/src/app/app.component.html @@ -0,0 +1,10 @@ +<header class="header"> + <h1 class="branding">{{ title }}</h1> +</header> +<main class="main"> + <div class="search"></div> + <router-outlet></router-outlet> +</main> +<footer class="footer"> + <p class="copyright">Recipes App. MIT 2021. Armand Philippot.</p> +</footer> |
