Spaces:
Running
Running
<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> | |