From f2e4f26b819e81630299781544291f65ca87cdbf Mon Sep 17 00:00:00 2001 From: dr-dolomite Date: Thu, 21 Mar 2024 19:55:09 +0800 Subject: [PATCH] added speedtest page --- simpleadmin/www/atcommander.html | 1 + simpleadmin/www/index.html | 1 + simpleadmin/www/sms.html | 1 + simpleadmin/www/speedtest.html | 80 ++++++++++++++++++++++++++++++++ simpleadmin/www/test.html | 67 -------------------------- simpleadmin/www/ttl.html | 21 +++++---- 6 files changed, 95 insertions(+), 76 deletions(-) create mode 100644 simpleadmin/www/speedtest.html delete mode 100644 simpleadmin/www/test.html diff --git a/simpleadmin/www/atcommander.html b/simpleadmin/www/atcommander.html index 7e0260d..2702c49 100644 --- a/simpleadmin/www/atcommander.html +++ b/simpleadmin/www/atcommander.html @@ -37,6 +37,7 @@ AT Commands SMS TTL Changer + Speedtest diff --git a/simpleadmin/www/index.html b/simpleadmin/www/index.html index 004c478..1b340b9 100644 --- a/simpleadmin/www/index.html +++ b/simpleadmin/www/index.html @@ -38,6 +38,7 @@ AT Commands SMS TTL Changer + Speedtest diff --git a/simpleadmin/www/sms.html b/simpleadmin/www/sms.html index 95cbbc3..a09e846 100644 --- a/simpleadmin/www/sms.html +++ b/simpleadmin/www/sms.html @@ -38,6 +38,7 @@ AT Commands SMS TTL Changer + Speedtest diff --git a/simpleadmin/www/speedtest.html b/simpleadmin/www/speedtest.html new file mode 100644 index 0000000..01cf56e --- /dev/null +++ b/simpleadmin/www/speedtest.html @@ -0,0 +1,80 @@ + + + + + + + Speedtest + + + + + + + + + + +
+ +
+
+
+ +
+
+
+ +
+ + diff --git a/simpleadmin/www/test.html b/simpleadmin/www/test.html deleted file mode 100644 index 009a1bf..0000000 --- a/simpleadmin/www/test.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - AT Commands - - - - - - - - - - -
- -
- - - - - - diff --git a/simpleadmin/www/ttl.html b/simpleadmin/www/ttl.html index 7319aa1..96bd9d8 100644 --- a/simpleadmin/www/ttl.html +++ b/simpleadmin/www/ttl.html @@ -30,9 +30,10 @@ @@ -53,16 +54,17 @@

-

TTL Status


- TTL is -
- TTL Set to +

TTL Status


+ TTL is +
+ TTL Set to

- +
@@ -125,4 +127,5 @@ } + \ No newline at end of file