Skip to content

Commit

Permalink
redirect to old lingo
Browse files Browse the repository at this point in the history
  • Loading branch information
pskadasi committed Feb 29, 2024
1 parent 1ae1591 commit ef3afd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
{% include head.html %}
</head>

<script type="text/javascript" >
// Redirect to another page
function redirect() {
window.location.href = "https://labs.iitgn.ac.in/lingo/";
}
redirect();
</script>

<!-- Body -->
<body class="{% if site.navbar_fixed %}fixed-top-nav{% endif %} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">

Expand Down

0 comments on commit ef3afd3

Please sign in to comment.