The main repository for the site https://gavladorias.win/
This repository has been archived on 2026-07-22. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • HTML 84.1%
  • CSS 15.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-22 21:47:34 +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 Відключення сайту 2026-07-22 21:47:34 +03:00
README.md Відключення сайту 2026-07-22 21:47:34 +03:00

Site gavladorias.win

The main repository for the site gavladorias.win

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

The gavladorias.win website is closed, and the code repository has been archived.

Reason for closure: I lack the time and energy to update the information, I no longer have the enthusiasm, and almost nobody needs information about my server (there might be a few people, but very few).

All other server websites and services are operating normally.

The website has also been archived on web.archive.org.

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