-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
executable file
·32 lines (31 loc) · 977 Bytes
/
Copy pathsupport.html
File metadata and controls
executable file
·32 lines (31 loc) · 977 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
<!DOCTYPE html>
<html>
<head>
<title>dLab Support</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div style="margin: 0;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
background: #AEB6BF;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: auto;
width: 100%;
height: 100%;">
<center>
<p><img src="images/draganovlabtransperant.png" width="200" height="70"> Support</p>
</center>
<p style="background: #34495E; padding: 25px; color: white; margin: 20px;">
При забравена парола или друг технически проблем, моля
свържете с отдел поддръжка на +359 876 755 464.
</p>
<br>
</div>
</body>
</html>