mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2025-12-08 20:38:52 +00:00
Major cleanup, added all old files (python2) to 'old_v0.1' folder
This commit is contained in:
14
html/searchDisplay.html
Normal file
14
html/searchDisplay.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user