Skip to content

Commit

Permalink
update redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
keenandr authored Sep 18, 2024
1 parent 6c38181 commit c507f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
<script>
window.location = "http://www.newurl.com";
window.location = "http://docs.icer.msu.edu";
</script>


Expand Down

0 comments on commit c507f5f

Please sign in to comment.