diff --git a/web/index.html b/web/index.html index deedc36..0f3923a 100644 --- a/web/index.html +++ b/web/index.html @@ -18,7 +18,7 @@ color: white; text-align: center; padding: 100px 20px; - background-image: url('banner.png'); + background-image: url('./banner.png'); background-size: cover; background-position: center; } @@ -101,6 +101,23 @@ .hardware-details { text-align: left; } + .comparison-table { + width: 100%; + border-collapse: collapse; + } + .comparison-table th, .comparison-table td { + border: 1px solid #ddd; + padding: 8px; + text-align: center; + } + .comparison-table th { + background-color: #1a1a1a; + color: white; + } + .comparison-table td { + background-color: #2a2a2a; + color: white; + }
@@ -113,13 +130,71 @@
-
-
+
+
+
+ | Feature | +Seader | +iCopyXS + ICS Decoder | +Weaponized Reader | +Proxmark3 RDV 4.01 | +
|---|---|---|---|---|
| Reading Credentials | +Yes | +Yes | +Yes | +Yes | +
| Downgrading Credentials | +Yes | +Limited | +No | +Yes | +
| Works with Flipper | +Yes | +No | +No | +No | +
| Supports Multiple Credential Types | +Yes | +Yes | +Yes | +Yes | +
| Open Source | +Yes | +Yes | +Conditional | +Yes | +
| Community Support | +Yes | +No | +No | +Yes | +