* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
<?php
?>
<html>
<head>
<style>
body {
background-color: pink ;
color: purple ;
}
form {
width: 220px; margin: 50px auto;
background-color: lightsteelblue;
padding: 20px;
}
input{
width: 200px;
}
input[type='submit'] {
width: 100px;
background-color: lightsteelblue;
margin: 0px 50px;
}
input[type='submit']:hover {
background-color: steelblue;
}
</style>
</head>
<body>
<?php include "counter.php" ; ?>
<h2>Session</h2>
<hr>
Session Variables:
<hr>
<form action="" method="get" >
Background-color:<br>
<input type="text" name="bcolor" value="">
<br><br>
Text color:<br>
<input type="text" name="tcolor" value="">
<br><br>
<input type="submit" value="Change values">
</form>
</body>
</html>