You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.6 KiB
59 lines
1.6 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Movies</title>
|
|
<!-- Latest compiled and minified CSS -->
|
|
<link rel="stylesheet" href="../joshua_style.css">
|
|
<link rel="stylesheet" href="../scott_style.css">
|
|
</head>
|
|
<body>
|
|
<!-- Navigation -->
|
|
<nav>
|
|
<div class="topnav">
|
|
<a class="title" href="../movies.html">GMDB</a>
|
|
<a class="links" href="../movies.html">Movies</a>
|
|
<a class="links" href="../login.html">Login</a>
|
|
<div class="topnav-right">
|
|
<form class="submit" action="#">
|
|
<input class="submit-bar" type="text" placeholder="Search" name="search">
|
|
<button type="submit"><i class="fa fa-search"></i>Submit</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
<!-- Page Content -->
|
|
<div class="alert">
|
|
<a class="alert" href="../movies.html">Back to results</a>
|
|
</div>
|
|
<div class="container">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div class="movielisting movie">
|
|
<img class="border" src="../images/ww84.jpg" width="100%">
|
|
</div>
|
|
<h1>Wonder Woman 1984</h1>
|
|
<h3>Released August 12, 2020</h3>
|
|
<p>Patty Jenkins, Gal Gadot, Patty Jenkins, Zack Snyder, Deborah Snyder, Charles Roven, Stephen Jones</p>
|
|
<p>Wonder Woman squares off against the Cheetah, a villainess who possesses superhuman strength and agility.</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="container">
|
|
<form action="." method="post">
|
|
<label for="comment">
|
|
Leave a comment:
|
|
</label>
|
|
<input type="text" name="comment" id="comment"><br><br>
|
|
<input class= "giantbutton" type="submit" value="Submit">
|
|
</form>
|
|
</div>
|
|
|
|
<!-- JS -->
|
|
<script src=""></script>
|
|
</body>
|
|
</html>
|
|
|