cdn.saimonq3.ru

Static asset endpoint

Static asset delivery

This host serves immutable static files — stylesheets, fonts, icons and images — for personal projects running under saimonq3.ru. It is not a public file host and does not accept uploads.

Usage

Assets are addressed by their content path. Every response is served over HTTPS with long-lived cache headers, so published paths are treated as immutable: a changed file gets a new path rather than a new revision at the old one.

<link rel="stylesheet" href="https://cdn.saimonq3.ru/assets/style.css">
<img src="https://cdn.saimonq3.ru/img/logo.svg" alt="logo">

Conventions

PathContents
/assets/Stylesheets and shared page assets
/img/Images and icons
/fonts/Web fonts

Availability

The endpoint is maintained on a best-effort basis for personal use. There is no service level agreement, no support channel and no guarantee that a given path stays available indefinitely. Hotlinking from unrelated sites is discouraged.