add search page
This commit is contained in:
14
contrib/static/search.html
Normal file
14
contrib/static/search.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> search for posts </title>
|
||||
<link rel="stylesheet" href="site.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>search requires javascript for now</noscript>
|
||||
<div id="search"></div>
|
||||
<script src="search.js" type="text/javascript">
|
||||
var e = document.getElementById("search");
|
||||
inject_search(e);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user