-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
24 lines (18 loc) · 1.24 KB
/
main.html
File metadata and controls
24 lines (18 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Access Denied by Purushottam</title>
</head>
<body>
<p style="font-family: Arial, sans-serif; font-size: 24px; color: #333; text-align: center;">Access Denied by Purushottam</p>
<p style="font-family: Arial, sans-serif; font-size: 18px; color: #555; text-align: center;">This page was created for fun and Now the access to this page is denied until you have special permission.</p>
<p style="font-family: Arial, sans-serif; font-size: 20px; color: #777; text-align: center;">Ask Purushottam to invite you or simply ignore this page and go to homepage.
ThankYou</p>
<div style="text-align: center;">
<a href="index.html" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; font-family: Arial, sans-serif; font-size: 16px; border: 2px solid #007bff;">Go to Homepage</a>
<a href="tictactoe.html" style="display: inline-block; padding: 10px 20px; background-color: red; color: #fff; text-decoration: none; border-radius: 5px; font-family: Arial, sans-serif; font-size: 16px; border: 2px solid #007bff;">Play TicTacToe</a>
</div>
</body>
</html>