Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/static/search.html
Jeff Becker 25a15100a9
fix
2016-11-02 11:19:45 -04:00

16 lines
391 B
HTML

<html>
<head>
<title> search for posts </title>
<link rel="stylesheet" href="site.css"></link>
<script src="search.js" type="text/javascript"></script>
</head>
<body>
<noscript>search requires javascript for now</noscript>
<div id="search"></div>
<script>
var e = document.getElementById("search");
inject_search(e);
</script>
</body>
</html>