We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb6744 commit 4b0b4f4Copy full SHA for 4b0b4f4
1 file changed
index.html
@@ -202,6 +202,15 @@
202
<img src="logo.png" alt="Fork & Flow Logo">
203
<h1>Fork & Flow</h1>
204
<p>Open Source for Everyone | Learn • Build • Contribute</p>
205
+ <p onclick="openPage()">Open Source for Everyone | Learn • Build • Contribute</p>
206
+
207
+ <script>
208
+ function openPage() {
209
+ // Change this to your HTML file path
210
+ window.open('summer-slam-dsa.html', '_blank'); // Opens in new tab
211
+ // Or use: window.location.href = 'another-page.html'; // Opens in same tab
212
+ }
213
+ </script>
214
</header>
215
216
<!-- Marquee with clickable icons (desktop only) -->
0 commit comments