Skip to content

Commit 9e63498

Browse files
Update vpn.html
1 parent 67e4200 commit 9e63498

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

vpn.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>VPN Detected</title>
7+
<style>
8+
body {
9+
display: flex;
10+
justify-content: center;
11+
align-items: center;
12+
height: 100vh;
13+
margin: 0;
14+
}
15+
h1 {
16+
font-size: 24px;
17+
text-align: center;
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<h1>Please disable your VPN.</h1>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)