Page title

This commit is contained in:
Magnus Åhall 2023-07-18 06:27:50 +02:00
parent 53f4fc363a
commit cb6cb750f2

View File

@ -28,6 +28,7 @@ export class NodeUI extends Component {
return
let node = this.node.value
document.title = `N: ${node.Name}`
let crumbs = [
html`<div class="crumb" onclick=${()=>this.goToNode(0)}>Start</div>`