Compare commits
4 Commits
2d684d4645
...
4cfa11370e
Author | SHA1 | Date | |
---|---|---|---|
4cfa11370e | |||
f048c6cc2c | |||
ec7c77c906 | |||
bb31b05220 |
@ -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
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
src/assets/
|
||||
dist/
|
||||
*.tar.gz
|
||||
|
10
README.md
10
README.md
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -23,11 +23,11 @@
|
||||
<div class="container">
|
||||
<h2>Цитаты умных людей</h2>
|
||||
<blockquote>
|
||||
Знаки дюйма и дефисы используют только конченые
|
||||
«Знаки дюйма и дефисы используют только конченые
|
||||
ебланы, дрочеры, хуесосы, уебанские имбецилы
|
||||
и просто жоповыебки и школяры.
|
||||
и просто жоповыебки и школяры»
|
||||
</blockquote>
|
||||
<p class="quote-author">— Артемий Лебедев</p>
|
||||
<p class="quote-author">– Артемий Лебедев</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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user