0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00
websurfx/public/templates/index.html

8 lines
214 B
HTML
Raw Normal View History

{{>header this}}
2023-04-22 07:35:07 -04:00
<main class="search-container">
<img src="../images/websurfx_logo.png" alt="Websurfx meta-search engine logo" />
2023-04-22 07:35:07 -04:00
{{>search_bar}}
</main>
<script src="static/index.js"></script>
{{>footer}}