File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments