first commit
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user