From 15e81f1a8c0cf53392fe96fc1b2cb2d2e37f55b4 Mon Sep 17 00:00:00 2001 From: Evan Niederwerfer Date: Sun, 26 Jan 2025 22:38:06 -0500 Subject: [PATCH] Update pages --- pages/fail.html | 18 ++++++++++++ pages/index.php | 69 ++++++++++++++++++++++++++++++++++++++++++++++ pages/otp.php | 23 ++++++++++++++++ pages/success.html | 17 ++++++++++++ 4 files changed, 127 insertions(+) create mode 100644 pages/fail.html create mode 100644 pages/index.php create mode 100644 pages/otp.php create mode 100644 pages/success.html diff --git a/pages/fail.html b/pages/fail.html new file mode 100644 index 0000000..65aa255 --- /dev/null +++ b/pages/fail.html @@ -0,0 +1,18 @@ + + + + + + + +
+
+ +

Account has failed registration

+

This could be due to an incorrect email or an invalid/expired code. Contact site admin Evan for any difficulties.

+

Click here to retry

+ +
+ + + diff --git a/pages/index.php b/pages/index.php new file mode 100644 index 0000000..733f979 --- /dev/null +++ b/pages/index.php @@ -0,0 +1,69 @@ + + + + + + + +
+
+
+

UWP Community Verification Process

+

Registration

+
+
+ +
+ + +
+ +
+ + +
+ +
+ +
+ Already registered? Click to login +
+
+
+ +
+ + + + + diff --git a/pages/otp.php b/pages/otp.php new file mode 100644 index 0000000..3a19f03 --- /dev/null +++ b/pages/otp.php @@ -0,0 +1,23 @@ + + + + + + + +
+
+
+

Verification sent to

+

Your code expires in 5 minutes. Click here to resend.

+ + + + +
+
+
+
+ + + diff --git a/pages/success.html b/pages/success.html new file mode 100644 index 0000000..a6672c6 --- /dev/null +++ b/pages/success.html @@ -0,0 +1,17 @@ + + + + + + + +
+
+ +

Account was successfully registered

+

Click here to go to the login page

+ +
+ + +