Taobin-Recipe-Manager/client/src/app/core/layout/footer.component.html
2023-09-14 15:43:53 +07:00

9 lines
318 B
HTML

<footer class="p-10">
<div class="container">
<a class="logo-font" routerLink="/">conduit</a>
<span class="attribution">
&copy; {{ today | date : "yyyy" }}. An interactive learning project from
<a href="https://thinkster.io">Thinkster</a>. Code licensed under MIT.
</span>
</div>
</footer>