added header and footer

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 23:49:27 +04:00
parent 629d03cdef
commit f97f4b5d96
10 changed files with 438 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-site-footer',
templateUrl: './site-footer.html',
styleUrl: './site-footer.scss'
})
export class SiteFooter {
year = new Date().getFullYear();
}