diff --git a/www-wp-headless/wp-content/themes/headless-theme/index.php b/www-wp-headless/wp-content/themes/headless-theme/index.php
deleted file mode 100644
index ef355aa..0000000
--- a/www-wp-headless/wp-content/themes/headless-theme/index.php
+++ /dev/null
@@ -1,14 +0,0 @@
- 3,
+ 'attempts' => 4,
'ip' => $_SERVER['REMOTE_ADDR']
], 30 * MINUTE_IN_SECONDS);
@@ -71,7 +71,87 @@ function check_ip_rate_limit() {
// Show the temporary link
$login_url = add_query_arg('login', $hash, home_url('/console'));
- wp_die("Your temporary login link:
" . esc_url($login_url) . "
Link is valid for 30 minutes and 3 login attempts.");
+
+ // New Tailwind styled page
+ ?>
+
+
+
Generate temporary login link
+