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