#set heading(numbering: "1.1 -") #set document(title: [The EID Wireless Masterclass]) #show: it => document("index.html", html.html( lang: "en", { html.head({ html.meta(charset: "utf-8") html.meta(name: "viewport", content: "width=device-width, initial-scale=1") html.meta(name: "color-scheme", content: "dark light") html.title(context document.title) html.link(rel: "stylesheet", href: "/src/style.css") html.link(rel: "stylesheet", href: "/src/components.css") html.script(type: "module", src: "/src/components.js") }) html.body(it) }, )) #{ include "content/index.typ" include "content/core.typ" include "content/data-protocols.typ" include "content/interference-causes.typ" include "content/interference-fixes.typ" include "content/design.typ" include "content/channels.typ" include "content/bulk.typ" include "content/network.typ" }