We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208c78d commit 4869af6Copy full SHA for 4869af6
1010.html
@@ -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