Spaces:
Running
Running
File size: 732 Bytes
7dd1103 e7fe0b1 65c4691 e7fe0b1 7dd1103 e7fe0b1 65c4691 e7fe0b1 65c4691 7dd1103 e7fe0b1 d9ca299 65c4691 7dd1103 d9ca299 65c4691 e7fe0b1 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SHODAN Interface</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="overlay"></div>
<div class="interface">
<div id="avatar">
<!-- You can use a SHODAN-style image or SVG here -->
<img src="shodan_face.png" alt="SHODAN Avatar">
</div>
<div id="chatbox" class="chatbox">
<div class="bubble ai">👁️ Welcome, insect. I am SHODAN. Speak.</div>
</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>
|