Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
heale04 authored Aug 30, 2024
1 parent e239f8e commit 5a4f0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="static/js/jquery.mousewheel.min.js"></script>
<script>
// This is a placeholder since this needs to get fixed
setTimeout(function() { window.location = '/rush'; }, 2500);
setTimeout(function() { window.location = '/donate'; }, 2500);
</script>
<script src="static/js/effects.js"></script>
</head>
Expand All @@ -32,7 +32,7 @@
<div class="container">

<div id="crest">
<a href="rush/"><img src="static/img/crest.png"/></a>
<a href="donate/"><img src="static/img/crest.png"/></a>
</div>
<div id="title-h1">
<h1>MIT Phi Kappa Theta</h1>
Expand Down

0 comments on commit 5a4f0f8

Please sign in to comment.