From 91564df25b0ef836af63d06949c46fe8415183c4 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:19:43 +0800 Subject: [PATCH] put the different results pages seperately, and then just import them --- pages/popup.htm | 28 +++++++++++++--------------- pages/popup/error.htm | 12 ++++++++++++ pages/popup/load.htm | 13 +++++++++++++ pages/popup/results.htm | 16 ++++++++++++++++ 4 files changed, 54 insertions(+), 15 deletions(-) create mode 100644 pages/popup/error.htm create mode 100644 pages/popup/load.htm create mode 100644 pages/popup/results.htm diff --git a/pages/popup.htm b/pages/popup.htm index d7610fb..0ae6fd1 100644 --- a/pages/popup.htm +++ b/pages/popup.htm @@ -5,23 +5,21 @@ - +
- -

Summary

-

Reason

- -
-
-
+
diff --git a/pages/popup/error.htm b/pages/popup/error.htm new file mode 100644 index 0000000..fc8feef --- /dev/null +++ b/pages/popup/error.htm @@ -0,0 +1,12 @@ + + + + + + + +

:(

+ + + + \ No newline at end of file diff --git a/pages/popup/load.htm b/pages/popup/load.htm new file mode 100644 index 0000000..67799ca --- /dev/null +++ b/pages/popup/load.htm @@ -0,0 +1,13 @@ + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/pages/popup/results.htm b/pages/popup/results.htm new file mode 100644 index 0000000..e8e89c1 --- /dev/null +++ b/pages/popup/results.htm @@ -0,0 +1,16 @@ + + + + + + + + +

+

+ +
+
+
+ + \ No newline at end of file