1
0
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Alexander Popov 4cfa11370e
fix url address 2022-05-02 11:53:47 +03:00
Alexander Popov f048c6cc2c
fix code style 2022-05-02 11:51:03 +03:00
Alexander Popov ec7c77c906
add dev reqs for build 2022-05-02 11:45:24 +03:00
Alexander Popov bb31b05220
add symbols to blockquote 2022-04-13 16:52:29 +03:00
5 changed files with 26 additions and 14 deletions

View File

@ -23,3 +23,9 @@ indent_size = 2
[*.py]
indent_style = space
indent_size = 4
# Ignore paths
[{FTP.md.gpg,src/yandex*}]
insert_final_newline = unset
end_of_line = unset
indent_style = unset

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
src/assets/
dist/
*.tar.gz

View File

@ -7,5 +7,11 @@
Адреса
------
[ё.a2s.su](https://ё.a2s.su)
[xn--61a.a2s.su](xn--61a.a2s.su)
- [ё.a2s.su](https://ё.a2s.su)
- [xn--61a.a2s.su](https://xn--61a.a2s.su)
Зависимости для сборки
----------------------
- Python 3
- 🐍: editorconfig-checker
- 🐍: minify_html

View File

@ -1,5 +1,8 @@
/* SITE */
Last Updated: Thu Apr 13 01:52 PM MSK 2022
Last update: Thu Apr 13 04:50 PM MSK 2022
Language: Russian
Doctype: HTML5
IDE: Sublime Text 4
Components: clipboard.js
/* TEAM */

View File

@ -23,11 +23,11 @@
<div class="container">
<h2>Цитаты умных людей</h2>
<blockquote>
Знаки дюйма и дефисы используют только конченые
&#xab;Знаки дюйма и дефисы используют только конченые
ебланы, дрочеры, хуесосы, уебанские имбецилы
и просто жоповыебки и школяры.
и просто жоповыебки и школяры&#xbb;
</blockquote>
<p class="quote-author">&mdash; Артемий Лебедев</p>
<p class="quote-author">&ndash; Артемий Лебедев</p>
</div>
</section>
@ -82,15 +82,11 @@
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(88269176, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
ym(88269176, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true });
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/88269176" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->