| Server IP : 109.234.162.214 / Your IP : 216.73.216.222 Web Server : Apache System : Linux servd162214.srv.odns.fr 4.18.0-372.26.1.lve.1.el8.x86_64 #1 SMP Fri Sep 16 14:08:19 EDT 2022 x86_64 User : carpe ( 1178) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/carpe/public_html/Aapis/ |
Upload File : |
<html>
<head>
</head>
<style>
body{
background:url('4web.webp');
background-size:cover;
width:100%;
height:100vh;
margin:0;
padding:0;
display:flex;
justify-content:center;
align-items:center;
}
#contain{
width:40%;
border:1.5px #F7F7F740 solid;
display:flex;
justify-content:center;
align-items:start;
flex-wrap:wrap;
gap:20px;
}
#aapis{
width:100px;
}
form{
width:100%;
display:flex;
justify-content:center;
align-items:start;
flex-wrap:wrap;
gap:10px;
color:white;
}
form div{
width:100%;
display:flex;
justify-content:center;
align-items:start;
gap:10px;
}
</style>
<body>
<div id='contain'>
<img src='aapis.webp' id='aapis'>
<form method='POST' action='index.php'>
<div>
<label>User :</label>
<input type='text' name='user'>
</div>
<div>
<label>Pass :</label>
<input type='PASSWORD' name='mdp'>
</div>
<input type='submit' value='Connect'>
</form>
</div>
</body>
</html>