-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (33 loc) · 960 Bytes
/
Copy pathindex.html
File metadata and controls
50 lines (33 loc) · 960 Bytes
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
48
49
50
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Ad</title>
<style>
html, body {
margin: 0;
padding: 0;
width: 330px;
height: 330px;
overflow: hidden;
/* ФОН */
background-image: url("Logo.gif");
background-size: cover; /* заполняет весь блок */
background-position: center; /* по центру */
background-repeat: no-repeat;
}
#ad-container {
width: 330px;
height: 330px;
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
<div id="ad-container">
<script src="https://exterminatordesperate.com/92/4c/41/924c4184a0c3e1f91a7894d90b31603e.js"></script>
</div>
</body>
</html>