Skip to content

Commit

Permalink
feat: Update github.io website redirecting url.
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhong-tw authored Oct 23, 2024
1 parent b93e559 commit e7ebbb7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,24 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- <meta http-equiv="refresh"
content="0; url=https://ikmlab.csie.ncku.edu.tw"/> -->
<meta http-equiv="refresh"
content="0; url=http://140.116.245.107"/>
content="0; url=https://ikmlab.cs.nthu.edu.tw"/>
<script type="text/javascript">
// window.location.href = "https://ikmlab.csie.ncku.edu.tw"
window.location.href = "http://140.116.245.107"
window.location.href = "https://ikmlab.cs.nthu.edu.tw"
</script>
<title>Page Redirection</title>
<meta name="description" content="Intelligent Knowledge Management Lab"/>
</head>
<body>
<!--
This HTML file is use to redirect to https://ikmlab.csie.ncku.edu.tw/.
This HTML file is use to redirect to https://ikmlab.cs.nthu.edu.tw/.
Because we host our repo at https://github.com/IKMLab/IKMLab.github.io/,
so without this file, the link https://ikmlab.github.io/ will use
https://github.com/IKMLab/IKMLab.github.io/blob/master/README.md as our
GitHub repo's web page. This file should not be altered unless you know
what you are doing.
-->
If you are not redirected automatically, follow this
<a href="http://140.116.245.107">link</a> to our website.
<!-- <a href="https://ikmlab.csie.ncku.edu.tw">link</a> to our website. -->
<a href="https://ikmlab.cs.nthu.edu.tw">link</a> to our website.
</body>
</html>

0 comments on commit e7ebbb7

Please sign in to comment.