Linux server19.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 46.209.20.154 & Your IP : 216.73.216.255
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
emadteam /
ep /
src /
sections /
MainForm /
Delete
Unzip
Name
Size
Permission
Date
Action
MainForm.css
534
B
-rwxr-xr-x
2024-12-24 16:04
MainForm.js
903
B
-rwxr-xr-x
2024-12-24 16:04
Save
Rename
import './MainForm.css'; import Form1 from '../../Components/Form1/Form1.js'; import Image from "next/image"; function MainForm() { return ( <div className="d-flex flex-column align-items-center mainform-container"> <div> <img src={"/Images/message.png"} alt={""} // width={400} // height={400} className="icon" /> </div> <div> <p className="mainform-fa-text c-white">فرم مشاوره رایگان</p> </div> <div> <p className="mainform-en-text c-white">GET A FREE QOUTE</p> </div> <div className="mainform-index-container"> <Form1 /> </div> </div> ); } export default MainForm;