first commit

This commit is contained in:
adrian
2025-12-04 21:21:30 +01:00
commit 3dd6b3ff36
2124 changed files with 338827 additions and 0 deletions

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imposter</title>
</head>
<body>
<div>
<input id="username" placeholder="username">
<input id="session_id" placeholder = "session_id">
<button onclick="re_direct()">send</button>
</div>
<script src="index.js"></script>
</body>
</html>