Add title, description, favicon, keywords, author tags

This commit is contained in:
VityaSchel
2023-10-02 21:29:20 +04:00
parent b1e8c2a058
commit 2d867fab2a
15 changed files with 82 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
export const groups: { [group: string]: [number, string] } = {
ps7: [146, 'ПС-7'],
pks35k: [78, 'ПКС-35к']
}