> For the complete documentation index, see [llms.txt](https://api.lampix.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.lampix.co/application-development/step-by-step/html-structure.md).

# HTML Structure

Add the snippet below in the `body` of `index.html`:

```markup
<div class="nnc area">
  <div class="area-title">Neural Network Classifier</div>
  <div class="nnc-recognized-class">No object recognized</div>
</div>
<div class="mbs area">
  <div class="area-title">Movement Based Segmenter</div>
</div>
```
