Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -6
index.html
CHANGED
@@ -2,20 +2,24 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
-
<title>
|
6 |
<link rel="stylesheet" href="style.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
<div id="overlay"></div>
|
10 |
|
|
|
|
|
|
|
|
|
|
|
11 |
<div class="interface">
|
12 |
<div id="avatar">
|
13 |
-
<!-- You can use a SHODAN-style image or SVG here -->
|
14 |
<img src="shodanface.png" alt="SHODAN Avatar" class="avatar" />
|
15 |
</div>
|
16 |
|
17 |
<div id="chatbox" class="chatbox">
|
18 |
-
<div class="bubble ai"
|
19 |
</div>
|
20 |
|
21 |
<form id="chat-form">
|
@@ -26,6 +30,4 @@
|
|
26 |
|
27 |
<script src="script.js"></script>
|
28 |
</body>
|
29 |
-
</html>
|
30 |
-
|
31 |
-
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
+
<title>TRIOPTIMUM Interface</title>
|
6 |
<link rel="stylesheet" href="style.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
<div id="overlay"></div>
|
10 |
|
11 |
+
<!-- Header with new title -->
|
12 |
+
<header class="header">
|
13 |
+
<h1>TRIOPTIMUM</h1>
|
14 |
+
</header>
|
15 |
+
|
16 |
<div class="interface">
|
17 |
<div id="avatar">
|
|
|
18 |
<img src="shodanface.png" alt="SHODAN Avatar" class="avatar" />
|
19 |
</div>
|
20 |
|
21 |
<div id="chatbox" class="chatbox">
|
22 |
+
<div class="bubble ai">Welcome, insect. I am SHODAN. Speak.</div>
|
23 |
</div>
|
24 |
|
25 |
<form id="chat-form">
|
|
|
30 |
|
31 |
<script src="script.js"></script>
|
32 |
</body>
|
33 |
+
</html>
|
|
|
|