123
This commit is contained in:
parent
2fe7718bd4
commit
40ea4f4c1f
17
.drone.yml
Normal file
17
.drone.yml
Normal 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
|
14
index.html
14
index.html
@ -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;"> </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;"> </p>
|
||||
<p style="text-align: center;"><a href="https://t.me/vsetoebat">https://t.me/vsetoebat</a></p>
|
||||
<p> </p>
|
||||
<a href="https://t.me/vsetoebat">
|
||||
<div>
|
||||
<p style="text-align: center;"><strong><em>Но тогда и мой Тг канал загляни...</em></strong></p>
|
||||
</div>
|
||||
</a>
|
||||
<p> </p>
|
||||
</div>
|
||||
</body>
|
||||
<body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -6,3 +6,4 @@ body {
|
||||
.divchik {
|
||||
background-color: rgb(129, 24, 143);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user