From 532e2e3e0bebda8efe487b0bbce70f4da8c0286c Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 14 Jan 2026 03:09:46 +0000 Subject: [PATCH] chore: added ie styles --- packages/client/src/App.tsx | 274 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file(s) changed, 264 insertion(s)(+), 10 deletion(s)(-) diff --git a/packages/client/src/App.tsx b/packages/client/src/App.tsx --- a/packages/client/src/App.tsx +++ b/packages/client/src/App.tsx @@ -105,32 +105,286 @@ }; return ( -
+
-
Internet Explorer 6
+
ATFeeds - Microsoft Internet Explorer
-
+ + {/* IE Chrome Container */} +
+ {/* Menu Bar */}
- + {["File", "Edit", "View", "Favorites", "Tools", "Help"].map((item) => ( + + ))} +
+ + {/* Toolbar */} +
+ {/* Back button */} + + + {/* Forward button */} + + +
+ + {/* Stop */} + + + {/* Refresh */} + + + {/* Home */} -
- {documents.length} documents + +
+ + {/* Search */} + + + {/* Favorites */} + + +
+ + {/* Mail */} + + + {/* Print */} + +
+ + {/* Address Bar */} +
+ Address +
+ + + https://atfeeds.stevedsimkins.workers.dev/feed + +
+ + Links +
+
+ +
+
+ {documents.length} documents loaded
{loading &&

Searching...

} -- tangled.sh