Archived
1
0

add search page

This commit is contained in:
Jeff Becker
2016-11-02 11:16:31 -04:00
parent 4be03b0b96
commit 458a1c04d9
2 changed files with 67 additions and 0 deletions

View 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>