Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 361 Bytes

search.md

File metadata and controls

17 lines (12 loc) · 361 Bytes

Project Search

<script src="./pagefind/pagefind-ui.js" type="text/javascript"></script> <script> window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search", baseUrl: "./" }); }); </script>