-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
25 lines (25 loc) · 969 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="refresh"
content="0; url=https://ikmlab.cs.nthu.edu.tw"/>
<script type="text/javascript">
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.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="https://ikmlab.cs.nthu.edu.tw">link</a> to our website.
</body>
</html>