diff --git a/html/2fa.php b/html/2fa.php new file mode 100644 index 0000000..1333aad --- /dev/null +++ b/html/2fa.php @@ -0,0 +1,49 @@ + +
+
+
+
+
+

2-Step Verification

+
+
+
+
+

+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +EOT; + +pageHandler(); +$ph->pageTitle("2FA"); +$ph->footer = ""; +$ph->navbar = ""; +$ph->body = $body; +$ph->output();