Archived
1
0
This commit is contained in:
Jeff Becker 2016-11-02 11:19:45 -04:00
parent aeab87cb51
commit 25a15100a9
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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