Remove some unused code

This commit is contained in:
Daoud Clarke 2023-11-06 18:42:49 +00:00
parent 3678f0117a
commit e54f55ad8e
2 changed files with 1 additions and 23 deletions

View File

@ -1,22 +0,0 @@
import define from '../../utils/define.js';
const template = () => /*html*/`
<h1>
Welcome to mwmbl, the free, open-source and non-profit search engine.
</h1>
<p>
You can start searching by using the search bar above!
</p>
`;
export default define('home', class extends HTMLLIElement {
constructor() {
super();
this.classList.add('home');
this.__setup();
}
__setup() {
this.innerHTML = template();
}
}, { extends: 'li' });

View File

@ -54,7 +54,7 @@
<!-- Javasript entrypoint -->
<script src="https://unpkg.com/htmx.org@1.9.6"></script>
<script src="../../front-end/src/index.js" type="module"></script>
<script src="/static/src/index.js" type="module"></script>
<header class="search-menu">
<!-- <ul>