| 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/www/Sae 302/ |
Upload File : |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="main2.css">
<title>OSINT</title>
<style>
body{
width:100%;
height:100vh;
margin:0;
padding:0;
background:black;
display:flex;
justify-content:center;
align-items:center;
}
#contain{
width:100%;
height:100%;
background-image:url('sae.png');
background-size:cover;
position:relative;
}
#contain img{
width:200px;
position:absolute;
transition:.5s all;
cursor:pointer;
}
#contain img:hover{
transform:scale(1.1);
transition:.5s all;
}
#osint{
bottom:180px;
left:400px;
}
#exemples{
top:340px;
left:340px;
}
#techno{
right:300px;
bottom:240px;
}
</style>
</head>
<body>
<div id='contain'>
<img id='osint' src='osint texte.png'>
<img id='exemples' src='exemples texte.png'>
<img id='techno' src='technologies texte.png'>
</div>
</body>
</html>