관리-도구
편집 파일: index15.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <link rel="icon" href=""><!-- [] --> <link rel="stylesheet" href="./assets/css/index.css"> </head> <script src="./assets/js/index.js"></script> <body> <form class="box" id="box" action="" method=""> <div class="head"> <h1 class="boarder">╔═════════════════╗</h1> <h1 class="title">H4cked by <b>Soltanmsb</b></h1> <h3 class="endtitle">[+] <a href="" class="linkgit">Github.com/Soltanmsb</a></h3> <h3 class="endtitle">[+] Version 3.2</h3> <h1 class="boarder">╚═════════════════╝</h1> </div> <div class="center"> <h3 class="matn">[+] fucked : <a href="" class="linkgit">eita.com/shadyanqom</a></h3> <h3 class="matn">[+] information : <a href="" class="linkgit">Name - Last name - Phone - . . .</a></h3> <h3 class="matn">[+] Coded by <a href="" class="linkgit">source_killer</a></h3> </div> <br> <div class="selbut"> <select name="select"> <option value="" selected="" disabled="" hidden="">Selected</option> <option value="">-> techer 1</option> <option value="">-> techer 2</option> <option value="">-> techer 3</option> <option value="">-> techer 4</option> </select> <br> <button class="submit">Submit</button> </div> <div class="helpdiv"> <br><br><br> <a href="#" class="help">Help📚</a> </div> <br> </form> </body> </html>