mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2025-01-06 21:21:50 +01:00
18 lines
473 B
HTML
18 lines
473 B
HTML
---
|
|
title: Search
|
|
description: look for anything in quitsocialmedia.club
|
|
type: SearchResultsPage
|
|
sitemap:
|
|
changefreq: never
|
|
priority: 0.4
|
|
eleventyExcludeFromCollections: true
|
|
---
|
|
<link href='/_pagefind/pagefind-ui.css' rel='stylesheet'>
|
|
<script src='/_pagefind/pagefind-ui.js' type='text/javascript'></script>
|
|
<div id='search'></div>
|
|
<script>
|
|
window.addEventListener('DOMContentLoaded', (event) => {
|
|
new PagefindUI({ element: '#search' });
|
|
});
|
|
</script>
|