Skip to content

Commit 4b0b4f4

Browse files
Update index.html
1 parent 7eb6744 commit 4b0b4f4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@
202202
<img src="logo.png" alt="Fork & Flow Logo">
203203
<h1>Fork & Flow</h1>
204204
<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>
205214
</header>
206215

207216
<!-- Marquee with clickable icons (desktop only) -->

0 commit comments

Comments
 (0)