Добавлено игнорирование сборки статических файлов
BIN
static/favicon.png
Normal file
|
After Width: | Height: | Size: 357 B |
15
static/humans.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
/* SITE */
|
||||
Last update: Sun Aug 19 02:47 AM MSK 2023
|
||||
Language: Russian
|
||||
Doctype: HTML5
|
||||
IDE: Sublime Text 4
|
||||
Tools: Parcel, Prettier, EditorConfig, nginx
|
||||
Components: Bootstrap 5.3.1
|
||||
Server: 1Gb RAM 1CPU KVM by FirstVDS
|
||||
Server OS: ArchLinux rolling
|
||||
|
||||
/* TEAM */
|
||||
Chef: Alexander Popov
|
||||
Contacts: iiiypuk [at] fastmail.fm
|
||||
Ko-Fi: iiiypuk
|
||||
Location: Murmansk, Russia
|
||||
BIN
static/icons/120.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
static/icons/144.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
static/icons/16.png
Normal file
|
After Width: | Height: | Size: 357 B |
BIN
static/icons/192.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/icons/32.png
Normal file
|
After Width: | Height: | Size: 610 B |
BIN
static/icons/512.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/icons/72.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/icons/96.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
34
static/manifest.webmanifest
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "a2s",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "/icons/96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "/icons/144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "/icons/192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"density": "4.0"
|
||||
},
|
||||
{
|
||||
"src": "/icons/512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||