{
  "head": [
    {
      "type": "text/css",
      "tag": "style",
      "content": "code-editor:not(:defined) { visibility: hidden; }"
    },
    {
      "tag": "script",
      "type": "importmap",
      "content": {
        "filename": "./importmap.json"
      }
    },
    "./styles/reset.css",
    "./styles/github-markdown.css",
    "./styles/variables.css",
    "./styles/theme-toggle.css",
    "./styles/style.css"
  ],
  "body": [
    {
      "defer": true,
      "type": "module",
      "src": "./scripts/index.ts"
    }
  ]
}
