blob: 4e55e0fa438d98037bc6c9d422ab8eb96dc990fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<title>dump.fm image search</title>
$head()$
<link rel="stylesheet" type="text/css" href="/static/css/search_files.css?v=20260129">
<script>
jQuery(document).ready(Search.initFullpage)
</script>
</head>
<body>
<center>search dumps: <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>
|