Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /home/dent/public_html/acad274/
File Upload :
Current File : /home/dent/public_html/acad274/twomovies.php

<html>
<head>
    <title>Sample of two movie queries in the same page</title>
    <style>
        .container{ display:flex; flex-wrap:wrap }
        .column{ width:45%; flex-grow:1; text-align:center; padding: 12px;}
        header { text-align:center; width:100%; font-size: 36pt;}
    </style>
</head>
<body>


<div class="container">
    <header>R-Rated Movies -- Comedies and Dramas</header>

	<div class="column" style="background-color: mediumslateblue">
		Comedies:<hr>
		<strong>Title</strong> (<em>genre</em>)<br>
		<strong>Title</strong> (<em>genre</em>)<br>
	</div>
		

	<div class="column" style="background-color:darkseagreen">
        Dramas:<hr>
		<strong>Title</strong> (<em>genre</em>)<br>
		<strong>Title</strong> (<em>genre</em>)<br>
	</div>
		
</div><!-- close container -->
</body>

</html>