Skip to content

Commit 4dda478

Browse files
committed
add index html to redirect
1 parent 1785a6d commit 4dda478

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
## arcSYSu refines computing system uses
66

7-
## see xianweiz.github.io to learn more about arcSYSu ...
7+
## visit <a href="https://arcsysu.github.io/arcsysu/">arcsysu.github.io/arcsysu</a> to learn more about arcSYSu ...

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>arcSYSu Lab</title>
6+
<!-- Redirecting to another page using meta tag -->
7+
<meta http-equiv="refresh" content="1; url=https://arcsysu.github.io/arcsysu/" />
8+
</head>
9+
10+
<body>
11+
<h3>
12+
Redirecting to arcSYSu homepage
13+
</h3>
14+
<p><strong>Note:</strong> If you haven't beeen redirected,
15+
click <a href="https://arcsysu.github.io/arcsysu/">here</a> to visit arcSYSu Lab.
16+
</p>
17+
</body>
18+
19+
</html>

0 commit comments

Comments
 (0)