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.
15 lines
387 B
15 lines
387 B
<html>
|
|
<head>
|
|
<title>
|
|
Search Movies
|
|
</title>
|
|
<!--<link rel="stylesheet" href="searchstyle.css">-->
|
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
<script src="movies.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div id="Container"></div>
|
|
|
|
</div>
|
|
</body>
|