We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1785a6d commit 4dda478Copy full SHA for 4dda478
2 files changed
README.md
@@ -4,4 +4,4 @@
4
5
## arcSYSu refines computing system uses
6
7
-## see xianweiz.github.io to learn more about arcSYSu ...
+## visit <a href="https://arcsysu.github.io/arcsysu/">arcsysu.github.io/arcsysu</a> to learn more about arcSYSu ...
index.html
@@ -0,0 +1,19 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
+<head>
+ <title>arcSYSu Lab</title>
+ <!-- Redirecting to another page using meta tag -->
+ <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