This commit is contained in:
hogweed1 2025-01-18 00:35:17 +10:00
parent 2fe7718bd4
commit 40ea4f4c1f
3 changed files with 27 additions and 7 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
#clone:
# убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию
#disable: true
steps:
- name: test it first
commands:
- echo 123

View File

@ -6,17 +6,19 @@
</head>
<body>
<div class="divchik">
<div class="divchik" >
<h1 style="text-align: center;"><strong><em>Вот это ты любопытный Пидор!</em></strong></h1>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><strong><em>Тебя мама не учила не совать нос куда не надо? А не открывать ненадежные ссылки из ненадежных источников? Кибербезопасность пустой звук для тебя?</em></strong></p>
<p style="text-align: center;"><strong><em>Это конечно очень плохо... </em></strong></p>
<p style="text-align: center;"><strong><em>Но тогда и мой <a href="https://t.me/vsetoebat">Тг канал</a> загляни...</em></strong></p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><a href="https://t.me/vsetoebat">https://t.me/vsetoebat</a></p>
<p>&nbsp;</p>
<a href="https://t.me/vsetoebat">
<div>
<p style="text-align: center;"><strong><em>Но тогда и мой Тг канал загляни...</em></strong></p>
</div>
</a>
<p>&nbsp</p>
</div>
</body>
<body>
</html>

View File

@ -6,3 +6,4 @@ body {
.divchik {
background-color: rgb(129, 24, 143);
}