Learn Refer.php coding source code for myself it's a index.php
<!DOCTYPE html>
<html>
<head>
<title>Enter Your Name</title>
<meta name="viewport" content="width=device-width"/>
<style>
body {
text-align: center;
background: blue;
border: 4px solid red;
border-radius: 20px;
}
html {
background: black;
}
input[type="text"]{
color: red;
border: 3px solid green;
border-radius: 20px;
font-weight: bold;
padding: 8px;
width: 270px;
text-align: center;
}
input[type="text1"]{
color: blue;
border: 2px solid green;
border-radius: 15px;
font-weight: bold;
padding: 7px;
width: 260px;
text-align: center;
}
h3 {
background: orange;
color: black;
border: 3px solid blue;
border-radius: 20px;
padding: 7px;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 30px;
margin-right: 30px;
}
h4 {
background: red;
color: white;
border: 3px solid skyblue;
border-radius: 20px;
padding: 7px;
margin-top: 20px;
margin-bottom: 0px;
margin-left: 30px;
margin-right: 30px;
}
form{
border: 5px solid blue;
border-radius: 10px;
background: #00B0FF;
margin: 20px;
}
a{
background: red;
color: green;
border: 3px solid red;
border-radius: 10px;
text-decoration: none;
padding: 10px;
}
a:hover{
background: green;
color: red;
border: 3px solid yellow;
border-radius: 10px;
text-decoration: none;
padding: 10px;
}
</style>
</head>
<body>
<br>
<h3>Enter Channel Name</h3>
<h4>Enter Script Name</h4>
<br><br>
<form action="bot1.php" method="POST"/>
<br><br>
<input type="text" name="ref" placeholder="Enter Refer Code"/>
<br><br>
<input type="submit" name="submit" value="SUBMIT"/>
<br><br><br><br>
</form>
<br>
<a href="Enter Telegram channel Link">Join Our Telegram Channel</a>
<a href="Enter Youtube channel Link">Join Our Youtube Channel</a>
</body>
</html>
Comments
Post a Comment