mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2025-10-29 17:50:27 +00:00
14 lines
300 B
HTML
14 lines
300 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>tmdb.org Search Displayer</title>
|
|
</head>
|
|
<body>
|
|
<input type='text' id='link_id'>
|
|
<input type='button' id='btnSearch' value='Search' onClick="search(this)"'>
|
|
<p id="display"></p>
|
|
</body>
|
|
|
|
<script type="text/javascript" src="js/searchBar.js"></script>
|
|
|
|
</html> |