-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebGuard.html
41 lines (38 loc) · 939 Bytes
/
WebGuard.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Site Engellendi</title>
<style>
body {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
text-align: center;
}
.container {
max-width: 500px;
margin: 0 auto;
padding: 50px 20px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1 {
color: #ff0000;
}
p {
font-size: 18px;
line-height: 1.5;
color: #333;
}
</style>
</head>
<body>
<div class="container">
<h1>Site Engellendi</h1>
<p>Hydra Dragon AV Programı tarafından algılanan zararlı bir siteye erişim denemektesiniz.</p>
<p>Lütfen güvenliği ön planda tutarak, bilgisayarınızı korumak için bu siteye erişmeyi denemeyin.</p>
</div>
</body>
</html>