Skip to content

Commit 4869af6

Browse files
authored
Create 1010.html
1 parent 208c78d commit 4869af6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

1010.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>1010 - Custom Information</title>
6+
<link rel="stylesheet" href="style.css">
7+
</head>
8+
<body>
9+
<main>
10+
<h1>1010 - Custom Information</h1>
11+
<p>We’re processing your request. Please be patient while we handle things.</p>
12+
<button onclick="window.location.href='index.html'">Go Back to Home</button>
13+
</main>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)