diff --git a/html/settings/test.php b/html/settings/test.php
new file mode 100644
index 0000000..af142d0
--- /dev/null
+++ b/html/settings/test.php
@@ -0,0 +1,376 @@
+
+
+
+
+
Settings
+
+
+
+
+
+
+
+
+
Account Settings
+
+
+
+
+
+
+
+
+
+
+
2FA Settings
+
+
+
2FA Is Enabled
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+ Instructions:
+
+
1. Scan the QR code with Google Authenticator
+
2. Enter the code below and Submit
+
+
+
+
+
+
+
+
Privacy Settings
+
+
+ Who can send me trades:
+
+
+
+
+
+
+
+
+ Who can join me:
+
+
+
+
+
+
+
+
+
Theme Settings
+
+
+ Current Theme:
+
+
+
+
+
+
+
+
+
Referral Program
+
Maximum of two referral codes every 2 weeks.
+
+
+
+
+
+
+
+
+
+
+
+ | Date Generated |
+ Signup Key |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+EOT;
+
+pageHandler();
+$ph->pageTitle("Settings");
+$ph->body = $body;
+$ph->output();
\ No newline at end of file