diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/static/favicon.ico b/hasher-matcher-actioner/src/OpenMediaMatch/static/favicon.ico new file mode 100644 index 000000000..5d35a56de Binary files /dev/null and b/hasher-matcher-actioner/src/OpenMediaMatch/static/favicon.ico differ diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/match_dbg_upload.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/match_dbg_upload.html.j2 new file mode 100644 index 000000000..67d30f8ca --- /dev/null +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/match_dbg_upload.html.j2 @@ -0,0 +1,24 @@ +
+
+
+ + Placeholder + + Select + File + +
+
+ +
+
+ +
+

Signal Types

+ +
+
\ No newline at end of file diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/nav_bar.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/nav_bar.html.j2 new file mode 100644 index 000000000..8e3a4a778 --- /dev/null +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/nav_bar.html.j2 @@ -0,0 +1,27 @@ + \ No newline at end of file diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/banks.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/banks.html.j2 new file mode 100644 index 000000000..608259348 --- /dev/null +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/banks.html.j2 @@ -0,0 +1,11 @@ +
+ {% include "components/banks_grid.html.j2" %} +
+ +
+ {% include "components/add_to_bank_form.html.j2" %} +
+ +
+ {% include "components/match_form.html.j2" %} +
\ No newline at end of file diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/exchanges.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/exchanges.html.j2 new file mode 100644 index 000000000..fdb3c961e --- /dev/null +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/exchanges.html.j2 @@ -0,0 +1,5 @@ +
+

Exchange Status

+ {% include 'components/create_exchange_modal.html.j2' %} + {% include "components/exchange_status.html.j2" %} +
\ No newline at end of file diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/home.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/home.html.j2 new file mode 100644 index 000000000..1330399f2 --- /dev/null +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/home.html.j2 @@ -0,0 +1,26 @@ +{% if not production %} +{% include "components/dev_mode_bar.html.j2" %} +{% endif %} + +
+ {% include "components/content_signal.html.j2" %} +
+ +
+
+
+ +
+ {% include "components/index_status.html.j2" %} +
+ +
+
+
+ +
+

Exchange Status

+ {% include "components/exchange_status.html.j2" %} +
+ + \ No newline at end of file diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/match_dbg.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/match_dbg.html.j2 new file mode 100644 index 000000000..89f2aadc7 --- /dev/null +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/match_dbg.html.j2 @@ -0,0 +1,22 @@ +
+
+

Matching and SignalType Debugger

+

Directly upload files and URLs to explore matching algorithms.

+
+
+
+ {% include "components/match_dbg_upload.html.j2" %} +
+
+ {% include "components/match_dbg_upload.html.j2" %} +
+
+
+

Match Results:

+ +
+
\ No newline at end of file