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

17 lines
474 B
HTML
Raw Normal View History

2023-04-22 07:35:07 -04:00
<footer>
<div>
<span>Powered By <b>Websurfx</b></span><span>-</span><span>a lightening fast, privacy respecting, secure meta
search engine</span>
</div>
<div>
<ul>
<li><a href="https://github.com/neon-mmd/websurfx">Source Code</a></li>
<li><a href="https://github.com/neon-mmd/websurfx/issues">Issues/Bugs</a></li>
2023-04-22 07:35:07 -04:00
</ul>
</div>
</footer>
<script src="static/settings.js"></script>
2023-04-22 07:35:07 -04:00
</body>
</html>