Example report file structure hinzugefügt

Patrick Neumann 2024-07-11 16:55:06 +00:00
commit 0bc91a6ef9

@ -0,0 +1,40 @@
```
$ tree fat16
fat16
├── PART_001
│   ├── fls.html
│   ├── fsstat.html
│   ├── istat
│   │   ├── 11.html
│   │   ├── 3.html
│   │   ├── 3998019.html
│   │   ├── 3998020.html
│   │   ├── 3998021.html
│   │   ├── 3998022.html
│   │   ├── 5.html
│   │   ├── 583.html
│   │   ├── 646.html
│   │   ├── 649.html
│   │   ├── 7.html
│   │   ├── 710.html
│   │   ├── 713.html
│   │   ├── 716.html
│   │   └── 9.html
│   └── pictures
│   ├── 583
│   ├── 649
│   ├── 713
│   └── 716
├── PART_01 -> PART_001
├── favicon.ico
├── html5shiv.min.js
├── iehacks.min.css
├── index.html
├── main.html
├── polstarlowsax.png
├── robots.txt
├── theme.css
└── yaml-focusfix.min.js
4 directories, 30 files
```