Spaces:
Running
Running
File size: 864 Bytes
7dd1103 e7fe0b1 aff1d44 57e5067 e7fe0b1 7dd1103 e7fe0b1 57e5067 d635fe1 57e5067 e7fe0b1 4dbbdeb 65c4691 e7fe0b1 d93f1fd 7dd1103 e7fe0b1 d9ca299 65c4691 7dd1103 57e5067 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- new -->
<title>TRIOPTIMUM Interface</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="overlay"></div>
<!-- Header with new title -->
<header class="header">
<h1>TRIOPTIMUM - INTERROGATION SERVER</h1>
<p class="subheader">Test Subject - CLASSIFIED</p>
</header>
<div class="interface">
<div id="avatar">
<img src="shodanface.png" alt="SHODAN Avatar" class="avatar" />
</div>
<div id="chatbox" class="chatbox"></div>
<form id="chat-form">
<input type="text" placeholder="Type your message to SHODAN..." autocomplete="off" required>
<button type="submit">➤</button>
</form>
</div>
<script src="script.js"></script>
</body>
</html> |