⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.45
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
work
/
public
/
libs
/
fotorama
/
Edit File: example.html
<!DOCTYPE html> <html> <head> <title>Basic fotorama</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <!-- jQuery --> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <!-- Fotorama --> <link href="fotorama.css" rel="stylesheet"> <script src="fotorama.js"></script> <!-- Just don’t want to repeat this prefix in every img[src] --> <base href="http://s.fotorama.io/okonechnikov/"> </head> <body> <!-- Fotorama --> <div class="fotorama" data-width="700" data-ratio="700/467" data-max-width="100%"> <img src="1-lo.jpg"> <img src="2-lo.jpg"> <img src="9-lo.jpg"> <img src="6-lo.jpg"> <img src="5-lo.jpg"> </div> <div class="fotorama" data-nav="thumbs"> <a href="1-lo.jpg"><img src="1-lo.jpg"></a> <a href="1-lo.jpg"><img src="1-lo.jpg"></a> </div> <!-- © --> <p>Photos <a href="http://okonet.ru/">by Andrey Okonetchnikov</a></p> </body> </html>
Simpan