summaryrefslogtreecommitdiff
path: root/template/search_files.st
blob: ae24080ce9cd70fa6a5e4b10db97f5378d0fcc05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <title>hump.fm image search</title>
    $head()$
    <link rel="stylesheet" type="text/css" href="/static/css/search_files.css?v=20260129">
    <script type="text/javascript" src="/static/js/pages/search_files_init.js?v=20260203"></script>
</head>
<body>

  <center>search humps: <input type="text" name="search-query" id="search-query" /></center><br><br>
  <center><div id="search-message"></div><br><br></center>
  <div id="fullpage-search-results">
  <div id="search-results-images"></div>
  </div>


</body>
</html>