diff --git a/src/routes/match/[id]/+layout.svelte b/src/routes/match/[id]/+layout.svelte
index 3a41be5..422c928 100644
--- a/src/routes/match/[id]/+layout.svelte
+++ b/src/routes/match/[id]/+layout.svelte
@@ -19,6 +19,7 @@
{ label: 'Overview', href: `/match/${match.match_id}` },
{ label: 'Economy', href: `/match/${match.match_id}/economy` },
{ label: 'Details', href: `/match/${match.match_id}/details` },
+ { label: 'Weapons', href: `/match/${match.match_id}/weapons` },
{ label: 'Flashes', href: `/match/${match.match_id}/flashes` },
{ label: 'Damage', href: `/match/${match.match_id}/damage` },
{ label: 'Chat', href: `/match/${match.match_id}/chat` }
diff --git a/src/routes/match/[id]/weapons/+page.svelte b/src/routes/match/[id]/weapons/+page.svelte
new file mode 100644
index 0000000..d88def1
--- /dev/null
+++ b/src/routes/match/[id]/weapons/+page.svelte
@@ -0,0 +1,318 @@
+
+
+ Weapon statistics are not available for this match.No Weapons Data Available
+
Weapons ranked by total kills
+Where shots landed across all weapons
+Individual player weapon statistics
+