-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicensing.html
More file actions
47 lines (45 loc) · 2.27 KB
/
Copy pathlicensing.html
File metadata and controls
47 lines (45 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>сайт SvZ</title>
<link rel="icon" type="image/png" href="images/logo.png">
<style>
@import url("basdec.css");
</style>
</head>
<body>
<header>
<nav class="nav">
<div class="container">
<h1 class="logo"><a href="/"></site></a></h1>
<ul>
<li><a href="/projects">Проекты</a></li>
<li><a href="/communication">Связь</a></li>
<li><a href="/licensing" style="color: #da7272;">Лицензирование</a></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="content-block">
<h2>Лицензирование (самый бесполезный текст, серьезно)</h2>
<p>Все мои графические изображения на этом сайте распространяются на условиях лицензии <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>,
а весь остальной контент сайта распространяется на условиях лицензии <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>, если не указано иное.</p>
<p>Исходный код сайта распространяется на условиях лицензии <a href="https://www.postmet.ru/pdf/Open_Software_License_v.3.0_Ru.pdf">OSL-3.0</a>.</p>
<span style="white-space: pre; color: #cccccc; font-family: monospace">
_,-=._ /|_/|
`-.} `=._,.-=-._., @ @._,
`._ _,-. ) _,.-'
` G.m-"^m`m'</span>
</div>
<p><i>(Лиса <a href="https://ascii.co.uk/art/fox">отсюда</a>)</i><p>
</main>
<footer>
<div class="warning">
<h1>сайт находится в разработке</h1>
</div>
<p style="color: dimgrey;">🄯 SvZ, 2026</p>
</footer>
</body>
</html>