Skip to content

Commit cbf0163

Browse files
committed
update
1 parent c901b57 commit cbf0163

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

arena.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=http://104.154.215.22:7860/">
6+
<title>Redirecting to Software Arena</title>
7+
<script>
8+
window.location.href = "http://104.154.215.22:7860/";
9+
</script>
10+
</head>
11+
<body>
12+
<p>If you are not redirected automatically, <a href="http://104.154.215.22:7860/">click here</a>.</p>
13+
</body>
14+
</html>
File renamed without changes.

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<header>
1111
<nav>
1212
[<a href="about.html">About</a>]
13-
[<a href="software-arena.html">Software Arena</a>]
14-
[<a href="demo.html">Interactive Demo</a>]
13+
[<a href="arena.html">Software Arena</a>]
1514
</nav>
1615
</header>
1716

@@ -37,7 +36,7 @@ <h1>Computer Intelligence Project</h1>
3736
<section>
3837
<h2>Projects</h2>
3938
<ul>
40-
<li><a href="software-arena.html"><u>Software Arena</u></a></li>
39+
<li>Software Arena: <a href="arena.html"><u>[Project]</u></a>, <a href="blog/software-arena.html"><u>[Blog]</u></a></li>
4140
</ul>
4241
</section>
4342

0 commit comments

Comments
 (0)