The main repository for the site https://gavladorias.win/
  • HTML 84.1%
  • CSS 15.9%
Find a file
2026-04-14 10:41:35 +03:00
new Покращення стилів 2026-04-08 09:35:26 +03:00
old Баг фікс 2026-04-14 10:41:35 +03:00
.gitattributes Виправлення для Git LFS 2026-02-21 10:56:15 +02:00
LICENSE.md Додано версію сайту та ліцензію 0BSD в README.md 2026-02-19 12:39:09 +02:00
README-UA.md Релиз 1.2 2026-03-31 15:20:40 +03:00
README.md Релиз 1.2 2026-03-31 15:20:40 +03:00

Site gavladorias.win

The main repository for the site gavladorias.win

УКРАЇНСЬКИЙ README

The repository contains both the new version of the site and the old one.

Site Version: 1.2

JavaScript is completely prohibited, and there is a high chance that I will not accept any changes with it.

The new version of the site uses modern HTML and CSS.

The old version uses HTML 4.01 and CSS 2.1.

Structure of directors:

/
├── new/                        # New website version
│   ├── logos/                  # Icons (128x128, .ico)
│   │   └── "name"-logo.ico
│   ├── materials/              # Media content
│   │   ├── photo/              # Images/Photos
│   │   ├── video/              # Video files
│   │   └── thumbnails/         # Preview images (600x600, .png, center crop)
│   ├── favicon.ico             # Browser tab icon (128x128, .ico)
│   ├── index.html              # HTML markup (English)
│   ├── index-ua.html           # HTML markup (Ukrainian)
│   ├── faq.html                # FAQ page (English)
│   ├── faq-ua.html             # FAQ page (Ukrainian)
│   └── style.css               # Stylesheet
│
└── old/                        # Legacy website version
    ├── logos/
    │   └── "name"-logo.ico
    ├── materials/
    │   ├── photo/
    │   ├── video/
    │   └── thumbnails/         # Preview images (200x200, .png, NO center crop)
    ├── favicon.ico
    ├── index.html
    ├── index-ua.html
    ├── faq.html
    ├── faq-ua.html
    └── style.css

License:

0BSD