SHODAN / index.html
jisaacso219's picture
Update index.html
d635fe1 verified
raw
history blame contribute delete
864 Bytes
<!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>