Skip to content

Commit c901b57

Browse files
committed
update
1 parent e17f48a commit c901b57

File tree

1 file changed

+6
-37
lines changed

1 file changed

+6
-37
lines changed

demo.html

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,13 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Interactive Demo - Computer Intelligence Project</title>
7-
<link rel="stylesheet" href="styles.css">
8-
<style>
9-
.demo-container {
10-
width: 100%;
11-
height: 800px;
12-
margin: 20px 0;
13-
}
14-
.demo-frame {
15-
width: 100%;
16-
height: 100%;
17-
border: none;
18-
}
19-
</style>
5+
<meta http-equiv="refresh" content="0; url=http://104.154.215.22:7860/">
6+
<title>Redirecting to Demo - Computer Intelligence Project</title>
7+
<script>
8+
window.location.href = "http://104.154.215.22:7860/";
9+
</script>
2010
</head>
2111
<body>
22-
<header>
23-
<nav>
24-
[<a href="index.html">Home</a>]
25-
[<a href="about.html">About</a>]
26-
[<a href="software-arena.html">Software Arena</a>]
27-
[<a href="demo.html">Interactive Demo</a>]
28-
</nav>
29-
</header>
30-
31-
<main>
32-
<h1>Interactive Demo</h1>
33-
<p>Experience our interactive demo directly in your browser:</p>
34-
35-
<div class="demo-container">
36-
<iframe
37-
src="http://104.154.215.22:7860/"
38-
class="demo-frame"
39-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
40-
allowfullscreen>
41-
</iframe>
42-
</div>
43-
</main>
12+
<p>If you are not redirected automatically, <a href="http://104.154.215.22:7860/">click here</a>.</p>
4413
</body>
4514
</html>

0 commit comments

Comments
 (0)