You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2 class="text-xl font-bold mb-4">Looking for something specific?</h2>
22
40
<ul class="space-y-2">
23
41
<li><a href="/about/" class="text-primary hover:underline">About IPCrypt</a> - Learn about IPCrypt's purpose and benefits</li>
24
42
<li><a href="/spec/" class="text-primary hover:underline">Specification</a> - Read the technical specification</li>
25
43
<li><a href="/implementations/" class="text-primary hover:underline">Implementations</a> - Explore available implementations</li>
26
44
<li><a href="/resources/" class="text-primary hover:underline">Developer Resources</a> - Find guides and examples</li>
45
+
<li><a href="/playground/" class="text-primary hover:underline">Playground</a> - Try IPCrypt in your browser</li>
27
46
<li><a href="/examples/" class="text-primary hover:underline">Examples</a> - See IPCrypt in action</li>
28
47
<li><a href="/community/" class="text-primary hover:underline">Community</a> - Learn how to contribute</li>
29
48
</ul>
30
49
</div>
31
-
</div>
50
+
51
+
<div class="mt-8 text-center text-gray-600">
52
+
<p>Found a broken link? <a href="https://github.com/ipcrypt-std/ipcrypt-std.github.io/issues/new" class="text-primary hover:underline" target="_blank" rel="noopener">Report it on GitHub</a></p>
0 commit comments