From 596629a219ef167e02f9628c9339c4d7adf08171 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Thu, 12 Feb 2026 15:24:00 -0700 Subject: [PATCH] deleted: android/app/src/main/assets/public/test_complex.html --- .../main/assets/public/index_nomodule.html | 135 --- .../src/main/assets/public/test_basic.html | 29 - .../main/assets/public/test_body_single.html | 29 - .../src/main/assets/public/test_complex.html | 23 - .../src/main/assets/public/test_external.html | 26 - .../assets/public/test_external_full.html | 26 - .../app/src/main/assets/public/test_red.html | 29 - .../app/src/main/assets/public/test_script.js | 3 - .../main/assets/public/test_script_body.html | 33 - .../main/assets/public/test_script_head.html | 33 - dist/public/index.html | 812 +++++++++++++++++- 11 files changed, 810 insertions(+), 368 deletions(-) delete mode 100644 android/app/src/main/assets/public/index_nomodule.html delete mode 100644 android/app/src/main/assets/public/test_basic.html delete mode 100644 android/app/src/main/assets/public/test_body_single.html delete mode 100644 android/app/src/main/assets/public/test_complex.html delete mode 100644 android/app/src/main/assets/public/test_external.html delete mode 100644 android/app/src/main/assets/public/test_external_full.html delete mode 100644 android/app/src/main/assets/public/test_red.html delete mode 100644 android/app/src/main/assets/public/test_script.js delete mode 100644 android/app/src/main/assets/public/test_script_body.html delete mode 100644 android/app/src/main/assets/public/test_script_head.html diff --git a/android/app/src/main/assets/public/index_nomodule.html b/android/app/src/main/assets/public/index_nomodule.html deleted file mode 100644 index 52b2fc0..0000000 --- a/android/app/src/main/assets/public/index_nomodule.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - AeThex OS - Operating System for the Metaverse - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - diff --git a/android/app/src/main/assets/public/test_basic.html b/android/app/src/main/assets/public/test_basic.html deleted file mode 100644 index 2981c3c..0000000 --- a/android/app/src/main/assets/public/test_basic.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Test Basic - - - -
-

TEST BASIC LOADED (Blue)

-

No comments in script.

-
- - - \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_body_single.html b/android/app/src/main/assets/public/test_body_single.html deleted file mode 100644 index eba4046..0000000 --- a/android/app/src/main/assets/public/test_body_single.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Test Script Body Single - - - -
-

TEST SCRIPT SINGLE LOADED (Yellow)

-

Combining scripts into one block.

-
- - - \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_complex.html b/android/app/src/main/assets/public/test_complex.html deleted file mode 100644 index 234fced..0000000 --- a/android/app/src/main/assets/public/test_complex.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - Complex Test - - - - -

COMPLEX TEST LOADED (Blue)

- - - \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_external.html b/android/app/src/main/assets/public/test_external.html deleted file mode 100644 index 0f4debb..0000000 --- a/android/app/src/main/assets/public/test_external.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - Test External Script - - - -
-

TEST EXTERNAL (Pink = Wait / Cyan = Success)

-
- - - - \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_external_full.html b/android/app/src/main/assets/public/test_external_full.html deleted file mode 100644 index 15f88d0..0000000 --- a/android/app/src/main/assets/public/test_external_full.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - Test External Script Full Path - - - -
-

TEST EXTERNAL FULL (Pink = Wait / Cyan = Success)

-
- - - - \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_red.html b/android/app/src/main/assets/public/test_red.html deleted file mode 100644 index 1ffc83a..0000000 --- a/android/app/src/main/assets/public/test_red.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Test Page - - - -
-

TEST RED LOADED

-

Testing Viewport Meta Tag

-
- - - \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_script.js b/android/app/src/main/assets/public/test_script.js deleted file mode 100644 index 03b51c8..0000000 --- a/android/app/src/main/assets/public/test_script.js +++ /dev/null @@ -1,3 +0,0 @@ -console.log("External script loaded"); -document.body.style.backgroundColor = "cyan"; -document.body.innerHTML = "

EXTERNAL SCRIPT WORKS (Cyan)

"; \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_script_body.html b/android/app/src/main/assets/public/test_script_body.html deleted file mode 100644 index c7c7f91..0000000 --- a/android/app/src/main/assets/public/test_script_body.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Test Script Body - - - -
-

TEST SCRIPT MOVED TO BODY (Orange)

-

If you see this, moving script to body works.

-
- - - - \ No newline at end of file diff --git a/android/app/src/main/assets/public/test_script_head.html b/android/app/src/main/assets/public/test_script_head.html deleted file mode 100644 index 24cfbb4..0000000 --- a/android/app/src/main/assets/public/test_script_head.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Test Script Head - - - - -
-

TEST SCRIPT HEAD LOADED (Orange)

-

If you see this, script in HEAD is safe.

-
- - - \ No newline at end of file diff --git a/dist/public/index.html b/dist/public/index.html index 03f7be5..800b4fd 100644 --- a/dist/public/index.html +++ b/dist/public/index.html @@ -106,8 +106,816 @@ document.body.style.backgroundColor = '#FF00FF'; }); - - + +