feat: updates
This commit is contained in:
parent
fda13b53ad
commit
48d05fa727
5 changed files with 46 additions and 49 deletions
|
|
@ -3,9 +3,6 @@ let clearing = false;
|
|||
|
||||
class SiteHeader extends HTMLElement {
|
||||
connectedCallback() {
|
||||
const path = window.location.pathname;
|
||||
const isHome = path === "/" || path === "/index.html";
|
||||
|
||||
this.innerHTML = `
|
||||
<header>
|
||||
<a href="/" style="text-decoration: none; color: inherit">
|
||||
|
|
@ -87,4 +84,4 @@ function clearPrompt(delay, callback) {
|
|||
}
|
||||
|
||||
removeChar();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue