Skip to content

Commit f89cc68

Browse files
authored
Update index.html
1 parent a30185d commit f89cc68

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

static/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,14 @@ <h1 class="text-5xl md:text-6xl lg:text-7xl font-display mb-6 tracking-tight tex
9292
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-start">
9393
<div>
9494
<h2 class="text-4xl md:text-5xl font-display mb-4 text-fox-black uppercase">
95-
<a class="nav-link" href="https://go.foxforensics.eu/fox" target="_blank">Fox</a>
95+
<a class="nav-link" href="https://go.foxforensics.eu/fox" target="_blank">
96+
Fox
97+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="vertical-align: middle; margin-left: 4px;">
98+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
99+
<polyline points="15 3 21 3 21 9"/>
100+
<line x1="10" y1="14" x2="21" y2="3"/>
101+
</svg>
102+
</a>
96103
</h2>
97104

98105
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-fox-blue text-white text-xs font-display uppercase tracking-wider mb-6">

0 commit comments

Comments
 (0)